fix(tui): vscode and mac terminal colors

This commit is contained in:
adamdottv 2025-06-19 11:46:08 -05:00
commit 24c0ce6e53
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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