mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
Light theme color improvements (#4396)
This commit is contained in:
parent
8ade3e7ee2
commit
2f5eecfc49
4 changed files with 35 additions and 29 deletions
|
|
@ -9,7 +9,7 @@ import { type ColorsTheme, Theme } from './theme.js';
|
|||
const ansiLightColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
Background: 'white',
|
||||
Foreground: 'black',
|
||||
Foreground: '#444',
|
||||
LightBlue: 'blue',
|
||||
AccentBlue: 'blue',
|
||||
AccentPurple: 'purple',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { lightTheme, Theme, type ColorsTheme } from './theme.js';
|
|||
const googleCodeColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
Background: 'white',
|
||||
Foreground: 'black',
|
||||
Foreground: '#444',
|
||||
LightBlue: '#066',
|
||||
AccentBlue: '#008',
|
||||
AccentPurple: '#606',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { type ColorsTheme, Theme } from './theme.js';
|
|||
const xcodeColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
Background: '#fff',
|
||||
Foreground: 'black',
|
||||
Foreground: '#444',
|
||||
LightBlue: '#0E0EFF',
|
||||
AccentBlue: '#1c00cf',
|
||||
AccentPurple: '#aa0d91',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue