mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
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:
committed by
GitHub
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user