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',
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user