Refactor system theme

This commit is contained in:
spikecodes
2021-01-17 18:11:36 -08:00
parent 2bcdf68e40
commit a562395c26
3 changed files with 48 additions and 84 deletions

View File

@ -14,7 +14,7 @@
<div id="theme">
<label for="theme">Theme:</label>
<select name="theme">
{% call utils::options(prefs.theme, ["system", "dark", "light"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark"], "system") %}
</select>
</div>
<p>Interface</p>