Merge pull request #210 from cBachoo/master

added GMK Ishtar, Deku, and Mashu themes
This commit is contained in:
Jack 2020-07-25 01:34:46 +01:00 committed by GitHub
commit b059fbec50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 0 deletions

11
public/themes/deku.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #058B8C;
--main-color: #b63530;
--caret-color: #b63530;
--sub-color: #255458;
--text-color: #F7F2EA;
--error-color: #b63530;
--error-extra-color: #530e0e;
--colorful-error-color: #ddca1f;
--colorful-error-extra-color: #8f8610;
}

15
public/themes/ishtar.css Normal file
View file

@ -0,0 +1,15 @@
:root {
--bg-color: #202020;
--main-color: #91170c;
--caret-color: #c58940;
--sub-color: #847869;
--text-color: #fae1c3;
--error-color: #bb1e10;
--error-extra-color: #791717;
--colorful-error-color: #c5da33;
--colorful-error-extra-color: #849224;
}
#top .logo .bottom {
color: #fae1c3;
}

View file

@ -312,5 +312,20 @@
"name": "menthol",
"bgColor": "#00c18c",
"textColor": "#ffffff"
},
{
"name": "ishtar",
"bgColor": "#fae1c3",
"textColor": "#bb1e10"
},
{
"name": "mashu",
"bgColor": "#2b2b2c",
"textColor": "#76689a"
},
{
"name": "deku",
"bgColor": "#058B8C",
"textColor": "#F7F2EA"
}
]

11
public/themes/mashu.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #2b2b2c;
--main-color: #76689a;
--caret-color: #76689a;
--sub-color: #d8a0a6;
--text-color: #d8a0a6;
--error-color: #d8a0a6;
--error-extra-color: #e9e0d2;
--colorful-error-color: #e9e0d2;
--colorful-error-extra-color: #e9e0d2;
}