Added more color definitions

This commit is contained in:
Sasha Koshka 2023-04-20 18:53:42 -04:00
parent 27799a9670
commit c1046b1bcb
1 changed files with 9 additions and 0 deletions

View File

@ -29,9 +29,18 @@ type Color int; const (
// ColorForeground is the text/icon color of the theme.
ColorForeground
// ColorMidground is a generic raised element color.
ColorMidground
// ColorBackground is the background color of the theme.
ColorBackground
// ColorShadow is a generic shadow color.
ColorShadow
// ColorShine is a generic highlight color.
ColorShine
// ColorAccent is the accent color of the theme.
ColorAccent
)