Use AccentBlue: 'blue' in ANSI theme instead of hard-coded #0000FF (#3100)
Co-authored-by: Riccardo Carlesso <palladiusbonton@gmail.com>
This commit is contained in:
parent
a68f28e5cc
commit
dcb9381138
|
@ -11,7 +11,7 @@ const ansiColors: ColorsTheme = {
|
||||||
Background: 'black',
|
Background: 'black',
|
||||||
Foreground: 'white',
|
Foreground: 'white',
|
||||||
LightBlue: 'bluebright',
|
LightBlue: 'bluebright',
|
||||||
AccentBlue: '#0000FF',
|
AccentBlue: 'blue',
|
||||||
AccentPurple: 'magenta',
|
AccentPurple: 'magenta',
|
||||||
AccentCyan: 'cyan',
|
AccentCyan: 'cyan',
|
||||||
AccentGreen: 'green',
|
AccentGreen: 'green',
|
||||||
|
|
Loading…
Reference in New Issue