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:
Jacob Richman
2025-12-16 15:44:46 -08:00
committed by GitHub
parent ba100642e3
commit db643e9166
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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',