mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
Add Desert Oasis 🏜 (#2268) by CaptainRex-501st
* Create Desert_Oasis.css * Update _list.json * Update Desert_Oasis.css * Update _list.json * Rename Desert_Oasis.css to desert_oasis.css * Update _list.json
This commit is contained in:
parent
fef959880f
commit
987dfcd521
2 changed files with 38 additions and 1 deletions
|
@ -643,5 +643,10 @@
|
|||
"name": "moonlight",
|
||||
"bgColor" : "#1f2730",
|
||||
"textColor":"#c69f68"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "desert_oasis",
|
||||
"bgColor" : "#fff2d5",
|
||||
"textColor":"#332800"
|
||||
}
|
||||
]
|
||||
|
|
32
static/themes/desert_oasis.css
Normal file
32
static/themes/desert_oasis.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
:root {
|
||||
--bg-color: #fff2d5; /*Background*/
|
||||
--main-color: #d19d01; /*Color after typing, monkeytype logo, WPM Number acc number etc*/
|
||||
--caret-color: #3a87fe; /*Cursor Color*/
|
||||
--sub-color: #0061fe; /*WPM text color of scrollbar and general color, before typed color*/
|
||||
--text-color: #332800; /*Color of text after hovering over it*/
|
||||
--error-color: #76bb40;
|
||||
--error-extra-color: #4e7a27;
|
||||
--colorful-error-color: #76bb40;
|
||||
--colorful-error-extra-color: #4e7a27;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(1) {
|
||||
color: #76bb40;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(2) {
|
||||
color: #76bb40;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(3) {
|
||||
color: #76bb40;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(4) {
|
||||
color: #76bb40;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(5),
|
||||
#menu .icon-button:nth-child(6) {
|
||||
color: #76bb40;
|
||||
}
|
Loading…
Reference in a new issue