aboutsummaryrefslogtreecommitdiffhomepage
path: root/model
diff options
context:
space:
mode:
authorGravatar Dave Z <noreply@example.com>2018-06-19 00:57:30 -0400
committerGravatar Dave Z <noreply@example.com>2018-06-19 00:57:30 -0400
commitbe95e87e0ecd77023dda4f4cf390703e768c9378 (patch)
tree9e8ae526ff3f651067d8877a137b688c02dcea0a /model
parentc719cf7df0ca8dd8d2034ed1c2cb75e9b59bc086 (diff)
Added Sans-Serif theme.
Diffstat (limited to 'model')
-rw-r--r--model/theme.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/model/theme.go b/model/theme.go
index f4990e5..5d32df4 100644
--- a/model/theme.go
+++ b/model/theme.go
@@ -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",
}
}