Skip to content

Commit

Permalink
Remove unused HintColor
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Dec 31, 2021
1 parent 1c92a65 commit 1bb9294
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme_color.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ var (
OnErrorColor = &ThemeColor{Light: RGB(255, 255, 255), Dark: RGB(221, 221, 221)}
WarningColor = &ThemeColor{Light: RGB(224, 128, 0), Dark: RGB(192, 96, 0)}
OnWarningColor = &ThemeColor{Light: RGB(255, 255, 255), Dark: RGB(221, 221, 221)}
HintColor = &ThemeColor{Light: RGB(128, 128, 128), Dark: RGB(64, 64, 64)}
)

// ThemeColor holds a pair of colors, one for light mode and one for dark mode.
Expand Down

0 comments on commit 1bb9294

Please sign in to comment.