Switch Ansi theme to use regular colors to improve readability. (#154)

This commit is contained in:
Jacob Richman 2025-04-24 14:19:35 -07:00 committed by GitHub
parent deb11efa89
commit 4dc98b3c7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -54,11 +54,11 @@ export const ansiTheme: ColorsTheme = {
Background: 'black',
Foreground: 'white',
LightBlue: 'blue',
AccentBlue: 'bluebright',
AccentPurple: 'magentabright',
AccentCyan: 'cyanbright',
AccentGreen: 'greenbright',
AccentYellow: 'yellowbright',
AccentBlue: 'blue',
AccentPurple: 'magenta',
AccentCyan: 'cynan',
AccentGreen: 'green',
AccentYellow: 'yellow',
AccentRed: 'red',
SubtleComment: 'gray',
Gray: 'gray',