mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
added copper theme. thanks fatboycarney
This commit is contained in:
parent
64137e5caa
commit
978d944897
2 changed files with 17 additions and 1 deletions
|
@ -503,5 +503,10 @@
|
|||
"name": "rose_pine_dawn",
|
||||
"bgColor": "#fffaf3",
|
||||
"textColor": "#575279"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "copper",
|
||||
"bgColor": "#442f29",
|
||||
"textColor": "#e7e0de"
|
||||
}
|
||||
]
|
||||
|
|
11
static/themes/copper.css
Normal file
11
static/themes/copper.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #442f29;
|
||||
--main-color: #b46a55;
|
||||
--caret-color: #c25c42;
|
||||
--sub-color: #7ebab5;
|
||||
--text-color: #e7e0de;
|
||||
--error-color: #a32424;
|
||||
--error-extra-color: #ec0909;
|
||||
--colorful-error-color: #a32424;
|
||||
--colorful-error-extra-color: #ec0909;
|
||||
}
|
Loading…
Reference in a new issue