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:
parent
c719cf7df0
commit
be95e87e0e
3 changed files with 21 additions and 7 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue