mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-10 08:37:24 +08:00
Created Everblush theme (#4211) tuzu128
* Added everblush theme * Added Everblush theme to _list.json --------- Co-authored-by: TheTuzu <tuzu@seznam.cz>
This commit is contained in:
parent
045e1241e5
commit
132af98093
2 changed files with 19 additions and 0 deletions
|
@ -1160,5 +1160,12 @@
|
|||
"mainColor": "#d65ccc",
|
||||
"subColor": "#787d82",
|
||||
"textColor": "#d1d0c5"
|
||||
},
|
||||
{
|
||||
"name": "everblush",
|
||||
"bgColor": "#141b1e",
|
||||
"mainColor": "#8ccf7e",
|
||||
"subColor": "#838887",
|
||||
"textColor": "#dadada"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/everblush.css
Normal file
12
frontend/static/themes/everblush.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #141b1e;
|
||||
--caret-color: #6cbfbf;
|
||||
--main-color: #8ccf7e;
|
||||
--sub-color: #838887;
|
||||
--sub-alt-color: #232a2d;
|
||||
--text-color: #dadada;
|
||||
--error-color: #e57474;
|
||||
--error-extra-color: #ef7e7e;
|
||||
--colorful-error-color: #e57474;
|
||||
--colorful-error-extra-color: #ef7e7e;
|
||||
}
|
Loading…
Add table
Reference in a new issue