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:
committed by
GitHub
parent
c23d2dc50b
commit
48c3a8c0d0
@ -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>
|
||||
|
Reference in New Issue
Block a user