feat(ui): make accept edits & yolo mode match shell mode styles (#8200)

This commit is contained in:
Miguel Solorio
2025-09-11 10:34:29 -07:00
committed by GitHub
parent ba85aa49c7
commit 6be054513b
8 changed files with 89 additions and 15 deletions
+2 -2
View File
@@ -174,8 +174,8 @@ export class Theme {
focused: this.colors.AccentBlue,
},
ui: {
comment: this.colors.Comment,
symbol: this.colors.Gray,
comment: this.colors.Gray,
symbol: this.colors.AccentCyan,
gradient: this.colors.GradientColors,
},
status: {