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', Background: 'black',
Foreground: 'white', Foreground: 'white',
LightBlue: 'blue', LightBlue: 'blue',
AccentBlue: 'bluebright', AccentBlue: 'blue',
AccentPurple: 'magentabright', AccentPurple: 'magenta',
AccentCyan: 'cyanbright', AccentCyan: 'cynan',
AccentGreen: 'greenbright', AccentGreen: 'green',
AccentYellow: 'yellowbright', AccentYellow: 'yellow',
AccentRed: 'red', AccentRed: 'red',
SubtleComment: 'gray', SubtleComment: 'gray',
Gray: 'gray', Gray: 'gray',