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 xcodeColors: ColorsTheme = {
AccentGreen: '#007400',
AccentYellow: '#836C28',
AccentRed: '#c41a16',
AccentYellowDim: '#8B7000',
AccentRedDim: '#993333',
DiffAdded: '#C6EAD8',
DiffRemoved: '#FEDEDE',
Comment: '#007400',