Add defaultTheme config option

This commit is contained in:
Zed 2019-10-23 14:06:47 +02:00
commit 3e661bab8a
7 changed files with 18 additions and 11 deletions

View file

@ -9,3 +9,6 @@ hostname = "nitter.net"
[Cache]
directory = "./tmp"
profileMinutes = 10 # how long to cache profiles
[Config]
defaultTheme = "Dark"