mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
night time the me :p !
This commit is contained in:
parent
fe1a182b47
commit
8cffd3c832
BIN
img/backgrounds/nighttime_theme.png
Normal file
BIN
img/backgrounds/nighttime_theme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 MiB |
@ -94,6 +94,7 @@
|
|||||||
<button onclick="setTheme('vaporwave')" style="background-color: #4b2d64; color: #fff; border: 5px solid #74568d">vaporwave</button>
|
<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('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('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>
|
<button onclick="customTheme()">custom</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="customMenu" style="display: none;">
|
<div id="customMenu" style="display: none;">
|
||||||
|
@ -97,3 +97,12 @@ body[theme=seraph] {
|
|||||||
/* seraph */
|
/* seraph */
|
||||||
--shadow: 0px 0px 4px #fff;
|
--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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user