fix(tui): vscode and mac terminal colors

This commit is contained in:
adamdottv
2025-06-19 11:46:08 -05:00
parent 4cdc86612c
commit 24c0ce6e53

View File

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