Added laserwave theme (#210)

This commit is contained in:
Ben Smith 2021-04-30 09:26:49 -07:00 committed by GitHub
parent 38e176f59f
commit 6f799b2617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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", "black", "dracula", "nord"], "system") %}
{% call utils::options(prefs.theme, ["system", "light", "dark", "black", "dracula", "nord", "laserwave"], "system") %}
</select>
</div>
<p>Interface</p>