🚑 Fix missing theme in default configuration

This commit is contained in:
Franck Nijhof 2021-08-11 18:42:37 +02:00
parent f724c1f0aa
commit 1215a21a8a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -19,7 +19,7 @@
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"default_theme": "default", "default_theme": "default",
"themes": ["thelounge-theme-material"], "themes": ["thelounge-theme-solarized"],
"users": [] "users": []
}, },
"schema": { "schema": {