mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
added olivia theme
This commit is contained in:
parent
8e27cf030f
commit
ff3db8f1fe
2 changed files with 8 additions and 1 deletions
|
@ -15,5 +15,6 @@
|
|||
"retro",
|
||||
"dracula",
|
||||
"nord",
|
||||
"mr_sleeves"
|
||||
"mr_sleeves",
|
||||
"olivia"
|
||||
]
|
||||
|
|
6
public/themes/olivia.css
Normal file
6
public/themes/olivia.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
:root {
|
||||
--bg-color: #2e2d2b;
|
||||
--main-color: #dfb09e;
|
||||
--caret-color: #dfb09e;
|
||||
--sub-color: #756d6a;
|
||||
}
|
Loading…
Reference in a new issue