Color map takes in any color value

This commit is contained in:
Sasha Koshka 2024-05-03 15:36:48 -04:00
parent f45476a5c9
commit 992a5b23f9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Theme struct {
Rules map[theme.Role] Rule
// Colors maps theme.Color values to color.RGBA values.
Colors map[theme.Color] color.RGBA
Colors map[theme.Color] color.Color
// This type does not handle icons, and as such, a special icon theme
// must be separately specified.