mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Create rosé_pine
This commit is contained in:
parent
4ee2ae20c2
commit
2bfcc3deeb
1 changed files with 11 additions and 0 deletions
11
static/themes/rosé_pine
Normal file
11
static/themes/rosé_pine
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #1f1d27; /*Background*/
|
||||
--main-color: #9ccfd8; /*Color after typing, monkeytype logo, WPM Number acc number etc*/
|
||||
--caret-color: #f6c177; /*Cursor Color*/
|
||||
--sub-color: #c4a7e7; /*WPM text color of scrollbar and general color, before typed color*/
|
||||
--text-color: #e0def4 ; /*Color of text after hovering over it*/
|
||||
--error-color: #eb6f92;
|
||||
--error-extra-color: #ebbcba;
|
||||
--colorful-error-color: #eb6f92;
|
||||
--colorful-error-extra-color: #ebbcba;
|
||||
}
|
Loading…
Reference in a new issue