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',
|
||||
Foreground: 'white',
|
||||
LightBlue: 'bluebright',
|
||||
AccentBlue: '#0000FF',
|
||||
AccentBlue: 'blue',
|
||||
AccentPurple: 'magenta',
|
||||
AccentCyan: 'cyan',
|
||||
AccentGreen: 'green',
|
||||
|
|
Loading…
Reference in New Issue