1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Alphabetize theme order

This commit is contained in:
Zed
2019-10-23 12:46:52 +02:00
parent 1bba009656
commit aaf079a141

View File

@@ -11,7 +11,7 @@ export preferences
proc findThemes*(dir: string): seq[string] =
for kind, path in walkDir(dir / "css" / "themes"):
result.add path.splitFile.name.capitalizeAscii
reverse(result)
sort(result)
proc createPrefRouter*(cfg: Config) =
router preferences: