store theme

This commit is contained in:
Nazar Kanaev
2020-08-02 13:13:15 +01:00
parent 8b0d62fb15
commit 033ef5f8b2
3 changed files with 24 additions and 14 deletions

View File

@@ -9,6 +9,9 @@ func settingsDefaults() map[string]interface{} {
"feed_list_width": 300,
"item_list_width": 300,
"sort_newest_first": true,
"theme_name": "light",
"theme_font": "",
"theme_size": 1,
}
}