Added theme for GMK Lavender

This commit is contained in:
andrewtran1995 2020-12-18 22:31:04 -08:00
parent 3cdec2da46
commit 0107b56a5c
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,23 @@
:root {
--bg-color: #ada6c2;
--main-color: #e4e3e9;
--caret-color: #e4e3e9;
--sub-color: #e4e3e9;
--text-color: #2f2a41;
--error-color: #ca4754;
--error-extra-color: #7e2a33;
--colorful-error-color: #ca4754;
--colorful-error-extra-color: #7e2a33;
}
#menu .icon-button {
border-radius: 10rem !important;
background: #2f2a41;
color: #e4e3e9;
}
#menu .icon-button:hover {
color: #ada6c2;
}

View file

@ -159,6 +159,11 @@
"bgColor": "#1b1c1d",
"textColor": "#79a617"
},
{
"name": "lavender",
"bgColor": "#ada6c2",
"textColor": "#e4e3e9"
},
{
"name": "taro",
"bgColor": "#b3baff",