Added black theme (#101)

This commit is contained in:
curlpipe
2021-02-06 20:04:29 +00:00
committed by GitHub
parent 3fa523e67b
commit 2a475d127a
2 changed files with 16 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"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark", "black"], "system") %}
</select>
</div>
<p>Interface</p>