Switch Ansi theme to use regular colors to improve readability. (#154)
This commit is contained in:
parent
deb11efa89
commit
4dc98b3c7e
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue