Rename themes

This commit is contained in:
Zed
2019-10-27 13:02:22 +01:00
parent 295a93e5ec
commit c9da638366
6 changed files with 3 additions and 3 deletions

View File

@@ -23,6 +23,6 @@ proc getConfig*(path: string): Config =
cacheDir: cfg.get("Cache", "directory", "/tmp/nitter"),
profileCacheTime: cfg.get("Cache", "profileMinutes", 10),
defaultTheme: cfg.get("Config", "defaultTheme", "Dark"),
defaultTheme: cfg.get("Config", "defaultTheme", "Nitter"),
hmacKey: cfg.get("Config", "hmacKey", "secretkey")
)