mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
Merge branch 'master' of https://github.com/Miodec/monkeytype
This commit is contained in:
commit
9e7c73cfef
2 changed files with 16 additions and 0 deletions
|
@ -483,5 +483,10 @@
|
|||
"name": "80s_after_dark",
|
||||
"bgColor": "#1B1D36",
|
||||
"textColor": "#FCA6D1"
|
||||
},
|
||||
{
|
||||
"name": "arch",
|
||||
"bgColor": "#0c0d11",
|
||||
"textColor": "#f6f5f5"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/arch.css
Normal file
11
static/themes/arch.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0c0d11;
|
||||
--main-color: #7ebab5;
|
||||
--caret-color: #7ebab5;
|
||||
--sub-color: #454864;
|
||||
--text-color: #f6f5f5;
|
||||
--error-color: #ff4754;
|
||||
--error-extra-color: #b02a33;
|
||||
--colorful-error-color: #ff4754;
|
||||
--colorful-error-extra-color: #b02a33;
|
||||
}
|
Loading…
Reference in a new issue