mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
add themes
This commit is contained in:
parent
61ef956120
commit
f1ed4198a3
2 changed files with 1146 additions and 0 deletions
20
static/themes/gentoo.css
Normal file
20
static/themes/gentoo.css
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
:root{
|
||||||
|
/* background */
|
||||||
|
--1d2021: #21222d;
|
||||||
|
--282828: #393657;
|
||||||
|
--3c3836: #27273c;
|
||||||
|
--504945: #aa85e1;
|
||||||
|
|
||||||
|
/* font */
|
||||||
|
--928374: #906be3;
|
||||||
|
--a89984: #9794ac;
|
||||||
|
--bdae93: #cec0f2;
|
||||||
|
--8ec07c: #5db6e1;
|
||||||
|
--ebdbb2: #b194f5;
|
||||||
|
|
||||||
|
/* code highlighter */
|
||||||
|
--comment: #a0c0a4;
|
||||||
|
--default: #f00;
|
||||||
|
--keyword: #9376e4;
|
||||||
|
--string: #ecd78f;
|
||||||
|
}
|
1126
static/themes/gore's shitty theme.css
Normal file
1126
static/themes/gore's shitty theme.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue