Alphabetize theme order

このコミットが含まれているのは:
Zed 2019-10-23 12:46:52 +02:00
コミット aaf079a141
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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: