mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
Create midnight.css
This commit is contained in:
parent
46d2f764a9
commit
208694c61a
1 changed files with 11 additions and 0 deletions
11
static/themes/midnight.css
Normal file
11
static/themes/midnight.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0c0e12;
|
||||
--main-color: #708bc2;
|
||||
--caret-color: #708bc2;
|
||||
--sub-color: #29303d;
|
||||
--text-color: #525f7a;
|
||||
--error-color: #c27070;
|
||||
--error-extra-color: #c28b70;
|
||||
--colorful-error-color: #c27070;
|
||||
--colorful-error-extra-color: #c28b70;
|
||||
}
|
Loading…
Reference in a new issue