added GMK Ishtar, Deku, and Mashu themes

This commit is contained in:
Bachoo 2020-07-23 21:26:27 -04:00
parent ad6e01da9f
commit 1586d50fd6
4 changed files with 48 additions and 0 deletions

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

@ -0,0 +1,11 @@
:root {
--bg-color: #058B8C;
--main-color: #F7F2EA;
--caret-color: #F7F2EA;
--sub-color: #BB1E10;
--text-color: #BB1E10;
--error-color: #BB1E10;
--error-extra-color: #791717;
--colorful-error-color: #c5da33;
--colorful-error-extra-color: #849224;
}

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

@ -0,0 +1,11 @@
:root {
--bg-color: #2B2A2A;
--main-color: #fae1c3;
--caret-color: #fae1c3;
--sub-color: #bb1e10;
--text-color: #bb1e10;
--error-color: #bb1e10;
--error-extra-color: #791717;
--colorful-error-color: #c5da33;
--colorful-error-extra-color: #849224;
}

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;
}