mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
add "paperColor" theme
This commit is contained in:
parent
a8ad457aaf
commit
f4ec5afa3e
2 changed files with 16 additions and 0 deletions
|
@ -403,5 +403,10 @@
|
|||
"name": "alduin",
|
||||
"bgColor": "#1c1c1c",
|
||||
"textColor": "#dfd7af"
|
||||
},
|
||||
{
|
||||
"name": "paperColor",
|
||||
"bgColor": "#eeeeee",
|
||||
"textColor": "#444444"
|
||||
}
|
||||
]
|
||||
|
|
11
public/themes/paperColor.css
Normal file
11
public/themes/paperColor.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #eeeeee;
|
||||
--main-color: #444444;
|
||||
--caret-color: #444444;
|
||||
--sub-color: #b2b2b2;
|
||||
--text-color: #444444;
|
||||
--error-color: #d70000;
|
||||
--error-extra-color: #d70000;
|
||||
--colorful-error-color: #d70000;
|
||||
--colorful-error-extra-color: #d70000;
|
||||
}
|
Loading…
Reference in a new issue