night time the me :p !

This commit is contained in:
a456pur 2024-03-05 20:01:12 +10:00
parent fe1a182b47
commit 8cffd3c832
3 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 MiB

View File

@ -94,6 +94,7 @@
<button onclick="setTheme('vaporwave')" style="background-color: #4b2d64; color: #fff; border: 5px solid #74568d">vaporwave</button>
<button onclick="setTheme('threekho')" style="background-color: #28A018; color: #fff; border: 5px solid #0A8F00">3kh0</button>
<button onclick="setTheme('seraph')" style="background-color: #000; color: #fff; border: 2px solid #fff">seraph</button>
<button onclick="setTheme('nighttime')" style="background-color: #29374d; color: #fff; border: 2px solid #fff">nighttime</button>
<button onclick="customTheme()">custom</button>
</div>
<div id="customMenu" style="display: none;">

View File

@ -96,4 +96,13 @@ body[theme=seraph] {
--bg: url("img/backgrounds/seraph_theme.png"), #61437a;
/* seraph */
--shadow: 0px 0px 4px #fff;
}
body[theme=nighttime] {
--inputbg: #29374d;
--inputborder: #fff;
--uibg: #29374d;
--textcolor: #fff;
--bg: url("img/backgrounds/nighttime_theme.png"), #61437a;
/* https://wallhaven.cc/w/l882py */
--shadow: 0px 0px 4px #fff;
}