mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Use dim colors for YOLO/auto-accept mode borders
This commit is contained in:
parent
0681c71894
commit
5d20848577
18 changed files with 68 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ const xcodeColors: ColorsTheme = {
|
|||
AccentGreen: '#007400',
|
||||
AccentYellow: '#836C28',
|
||||
AccentRed: '#c41a16',
|
||||
AccentYellowDim: '#8B7000',
|
||||
AccentRedDim: '#993333',
|
||||
DiffAdded: '#C6EAD8',
|
||||
DiffRemoved: '#FEDEDE',
|
||||
Comment: '#007400',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue