mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 13:55:19 +08:00
Add mountain theme by sohamb117
Add mountain theme
This commit is contained in:
commit
1c08d16231
2 changed files with 16 additions and 0 deletions
|
@ -69,6 +69,11 @@
|
|||
"bgColor": "#0f1f2c",
|
||||
"textColor": "#56c3b7"
|
||||
},
|
||||
{
|
||||
"name": "mountain",
|
||||
"bgColor": "#0f0f0f",
|
||||
"textColor": "#e7e7e7"
|
||||
},
|
||||
{
|
||||
"name": "laser",
|
||||
"bgColor": "#221b44",
|
||||
|
|
11
static/themes/mountain.css
Normal file
11
static/themes/mountain.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0f0f0f;
|
||||
--main-color: #e7e7e7;
|
||||
--caret-color: #f5f5f5;
|
||||
--sub-color: #4c4c4c;
|
||||
--text-color: #e7e7e7;
|
||||
--error-color: #ac8c8c;
|
||||
--error-extra-color: #c49ea0;
|
||||
--colorful-error-color: #aca98a;
|
||||
--colorful-error-extra-color: #c4c19e;
|
||||
}
|
Loading…
Reference in a new issue