mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 00:14:07 +08:00
commit
6721a9bf4b
4 changed files with 48 additions and 0 deletions
|
|
@ -488,5 +488,20 @@
|
|||
"name": "arch",
|
||||
"bgColor": "#0c0d11",
|
||||
"textColor": "#f6f5f5"
|
||||
},
|
||||
{
|
||||
"name": "rosé_pine",
|
||||
"bgColor": "#1f1d27",
|
||||
"textColor": "#e0def4"
|
||||
},
|
||||
{
|
||||
"name": "rosé_pine_moon",
|
||||
"bgColor": "#2a273f",
|
||||
"textColor": "#e0def4"
|
||||
},
|
||||
{
|
||||
"name": "rosé_pine_dawn",
|
||||
"bgColor": "#fffaf3",
|
||||
"textColor": "#575279"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
11
static/themes/rosé_pine.css
Normal file
11
static/themes/rosé_pine.css
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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
11
static/themes/rosé_pine_moon.css
Normal file
11
static/themes/rosé_pine_moon.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #2a273f; /*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…
Add table
Reference in a new issue