There was an error while loading. Please reload this page.
1 parent 2a30a74 commit 529d8a6Copy full SHA for 529d8a6
1 file changed
internal/ui/theme/dark.go
@@ -10,8 +10,7 @@ import (
10
var (
11
Primary = tcell.ColorIsRGB | tcell.ColorValid | 0xFFA333
12
Secondary = tcell.ColorIsRGB | tcell.ColorValid | 0x48525C
13
- // Secondary = tcell.ColorGray
14
- Accent = tcell.ColorDarkOrange
+ Accent = tcell.ColorDarkOrange
15
16
OnPrimary = tcell.ColorBlack
17
OnSecondary = tcell.ColorWhite
0 commit comments