Added 2 new themes: violet & gold (#212)

* Added 2 new themes: violet & gold

* Increased contrast in Violet theme

* Changed accent colour on violet theme
This commit is contained in:
curlpipe 2021-05-03 17:48:21 +01:00 committed by GitHub
parent 560de4e91f
commit 9e4066658c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 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", "dracula", "nord", "laserwave"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord", "laserwave", "violet", "gold"], "system") %}
</select>
</div>
<p>Interface</p>