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:
CaptainRex-501st 2022-01-11 11:49:34 -06:00 committed by GitHub
parent fef959880f
commit 987dfcd521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 1 deletions

View file

@ -643,5 +643,10 @@
"name": "moonlight",
"bgColor" : "#1f2730",
"textColor":"#c69f68"
}
},
{
"name": "desert_oasis",
"bgColor" : "#fff2d5",
"textColor":"#332800"
}
]

View 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;
}