1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Added Sans-Serif theme.

This commit is contained in:
Dave Z 2018-06-19 00:57:30 -04:00
parent c719cf7df0
commit be95e87e0e
3 changed files with 21 additions and 7 deletions

View file

@ -9,8 +9,9 @@ import "github.com/miniflux/miniflux/errors"
// Themes returns the list of available themes.
func Themes() map[string]string {
return map[string]string{
"default": "Default",
"black": "Black",
"default": "Default",
"black": "Black",
"sansserif": "Sans-Serif",
}
}