Browse Source

fix(tui): vscode and mac terminal colors

adamdottv 8 months ago
parent
commit
24c0ce6e53
1 changed files with 1 additions and 1 deletions
  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() {
 func init() {
 	Terminal = &TerminalInfo{
 	Terminal = &TerminalInfo{
-		BackgroundIsDark: false,
+		BackgroundIsDark: true,
 	}
 	}
 }
 }