Added more color definitions
This commit is contained in:
parent
27799a9670
commit
c1046b1bcb
9
theme.go
9
theme.go
@ -29,9 +29,18 @@ type Color int; const (
|
|||||||
// ColorForeground is the text/icon color of the theme.
|
// ColorForeground is the text/icon color of the theme.
|
||||||
ColorForeground
|
ColorForeground
|
||||||
|
|
||||||
|
// ColorMidground is a generic raised element color.
|
||||||
|
ColorMidground
|
||||||
|
|
||||||
// ColorBackground is the background color of the theme.
|
// ColorBackground is the background color of the theme.
|
||||||
ColorBackground
|
ColorBackground
|
||||||
|
|
||||||
|
// ColorShadow is a generic shadow color.
|
||||||
|
ColorShadow
|
||||||
|
|
||||||
|
// ColorShine is a generic highlight color.
|
||||||
|
ColorShine
|
||||||
|
|
||||||
// ColorAccent is the accent color of the theme.
|
// ColorAccent is the accent color of the theme.
|
||||||
ColorAccent
|
ColorAccent
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user