added olivia theme

This commit is contained in:
Jack 2020-05-27 01:32:58 +01:00
parent 8e27cf030f
commit ff3db8f1fe
2 changed files with 8 additions and 1 deletions

View file

@ -15,5 +15,6 @@
"retro",
"dracula",
"nord",
"mr_sleeves"
"mr_sleeves",
"olivia"
]

6
public/themes/olivia.css Normal file
View file

@ -0,0 +1,6 @@
:root {
--bg-color: #2e2d2b;
--main-color: #dfb09e;
--caret-color: #dfb09e;
--sub-color: #756d6a;
}