mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Switch Ansi theme to use regular colors to improve readability. (#154)
This commit is contained in:
@@ -54,11 +54,11 @@ export const ansiTheme: ColorsTheme = {
|
||||
Background: 'black',
|
||||
Foreground: 'white',
|
||||
LightBlue: 'blue',
|
||||
AccentBlue: 'bluebright',
|
||||
AccentPurple: 'magentabright',
|
||||
AccentCyan: 'cyanbright',
|
||||
AccentGreen: 'greenbright',
|
||||
AccentYellow: 'yellowbright',
|
||||
AccentBlue: 'blue',
|
||||
AccentPurple: 'magenta',
|
||||
AccentCyan: 'cynan',
|
||||
AccentGreen: 'green',
|
||||
AccentYellow: 'yellow',
|
||||
AccentRed: 'red',
|
||||
SubtleComment: 'gray',
|
||||
Gray: 'gray',
|
||||
|
||||
Reference in New Issue
Block a user