Explorar el Código

fix(tui): vscode and mac terminal colors

adamdottv hace 9 meses
padre
commit
24c0ce6e53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/tui/internal/styles/background.go

+ 1 - 1
packages/tui/internal/styles/background.go

@@ -8,6 +8,6 @@ var Terminal *TerminalInfo
 
 func init() {
 	Terminal = &TerminalInfo{
-		BackgroundIsDark: false,
+		BackgroundIsDark: true,
 	}
 }