Add defaultTheme config option

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

View File

@@ -177,6 +177,7 @@ type
hostname*: string
cacheDir*: string
profileCacheTime*: int
defaultTheme*: string
proc contains*(thread: Chain; tweet: Tweet): bool =
thread.content.anyIt(it.id == tweet.id)