Adding the solarized theme to settings

This commit is contained in:
Redson 2022-03-31 13:55:57 -03:00
parent 2519e0cf4d
commit 36f0787052
No known key found for this signature in database
GPG Key ID: 02E058B80CF8502C
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<div id="theme">
<label for="theme">Theme:</label>
<select name="theme">
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold", "rosebox"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold", "rosebox", "solarized"], "system") %}
</select>
</div>
<legend>Interface</legend>