mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
Remove foreground for themes other than shades of purple and holiday. (#14606)
Co-authored-by: Miguel Solorio <miguelsolorio@google.com>
This commit is contained in:
@@ -10,7 +10,7 @@ import { darkSemanticColors } from './semantic-tokens.js';
|
||||
const ansiColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
Background: 'black',
|
||||
Foreground: 'white',
|
||||
Foreground: '',
|
||||
LightBlue: 'bluebright',
|
||||
AccentBlue: 'blue',
|
||||
AccentPurple: 'magenta',
|
||||
|
||||
Reference in New Issue
Block a user