mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
added arch theme
This commit is contained in:
parent
b0a3cd3b20
commit
a7d24012f2
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