mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
Merge pull request #818 from ryevertigo/ryevertigo-stealth
Add the stealth theme
This commit is contained in:
commit
484f54d193
2 changed files with 17 additions and 0 deletions
|
@ -473,5 +473,10 @@
|
|||
"name": "rudy",
|
||||
"bgColor": "#1a2b3e",
|
||||
"textColor": "#af8f5c"
|
||||
},
|
||||
{
|
||||
"name": "stealth",
|
||||
"bgColor": "#010203",
|
||||
"textColor": "#383e42"
|
||||
}
|
||||
]
|
||||
|
|
12
static/themes/stealth.css
Normal file
12
static/themes/stealth.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root{
|
||||
--bg-color: #010203;
|
||||
--main-color: #383e42;
|
||||
--caret-color: #e25303;
|
||||
--sub-color: #5e676e;
|
||||
--text-color: #383e42;
|
||||
--error-color: #e25303;
|
||||
--error-extra-color: #73280c;
|
||||
--colorful-error-color: #e25303;
|
||||
--colorful-error-extra-color: #73280c;
|
||||
}
|
||||
#menu .icon-button:nth-child(4){color:#e25303}
|
Loading…
Reference in a new issue