Merge pull request #741 from andrewtran1995/lavender

Added theme for GMK Lavender
This commit is contained in:
Jack 2020-12-22 17:16:08 +00:00 committed by GitHub
commit 94e66db699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",