Skip to content

Commit 529d8a6

Browse files
committed
cleanup
1 parent 2a30a74 commit 529d8a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/ui/theme/dark.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import (
1010
var (
1111
Primary = tcell.ColorIsRGB | tcell.ColorValid | 0xFFA333
1212
Secondary = tcell.ColorIsRGB | tcell.ColorValid | 0x48525C
13-
// Secondary = tcell.ColorGray
14-
Accent = tcell.ColorDarkOrange
13+
Accent = tcell.ColorDarkOrange
1514

1615
OnPrimary = tcell.ColorBlack
1716
OnSecondary = tcell.ColorWhite

0 commit comments

Comments
 (0)