mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-21 14:06:44 +08:00
Create rosé_pine_dawn.css
This commit is contained in:
parent
ecb08ccdf0
commit
55a93e95e9
1 changed files with 11 additions and 0 deletions
11
static/themes/rosé_pine_dawn.css
Normal file
11
static/themes/rosé_pine_dawn.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #fffaf3; /*Background*/
|
||||
--main-color: #56949f; /*Color after typing, monkeytype logo, WPM Number acc number etc*/
|
||||
--caret-color: #ea9d34; /*Cursor Color*/
|
||||
--sub-color: #c4a7e7; /*WPM text color of scrollbar and general color, before typed color*/
|
||||
--text-color: #286983 ; /*Color of text after hovering over it*/
|
||||
--error-color: #b4637a;
|
||||
--error-extra-color: #d7827e;
|
||||
--colorful-error-color: #b4637a;
|
||||
--colorful-error-extra-color: #d7827e;
|
||||
}
|
Loading…
Add table
Reference in a new issue