Added Dracula/Nord theme (#171)

* Added Dracula theme

* Updated accent and added Nord theme

* Updated accent and added Nord theme

* Added official foreground colors
This commit is contained in:
The TwilightBlood 2021-04-01 19:56:28 -05:00 committed by GitHub
parent c23d2dc50b
commit 48c3a8c0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 2 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"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord"], "system") %}
</select>
</div>
<p>Interface</p>