Use dim colors for YOLO/auto-accept mode borders

This commit is contained in:
Alexander Farber 2026-01-13 07:48:47 +01:00
parent 0681c71894
commit 5d20848577
No known key found for this signature in database
18 changed files with 68 additions and 2 deletions

View file

@ -17,6 +17,8 @@ const googleCodeColors: ColorsTheme = {
AccentGreen: '#080',
AccentYellow: '#660',
AccentRed: '#800',
AccentYellowDim: '#8B7000',
AccentRedDim: '#993333',
DiffAdded: '#C6EAD8',
DiffRemoved: '#FEDEDE',
Comment: '#5f6368',