mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
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:
parent
560de4e91f
commit
9e4066658c
3 changed files with 32 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue