Added GMK Red Dragon and GMK Terra color themes

Added GMK Red Dragon and GMK Terra color themes to match the sets designed by Rensuya.
This commit is contained in:
Noah 2020-07-03 19:01:04 -07:00
parent c5babcd737
commit a9f2190d48
3 changed files with 33 additions and 1 deletions

View file

@ -208,5 +208,15 @@
"name": "strawberry",
"bgColor": "#e53c58",
"textColor": "#fcfcf8"
},
{
"name": "terra",
"bgColor": "#89c559",
"textColor": "#0c100e"
},
{
"name": "red dragon",
"bgColor": "#1a0b0c",
"textColor": "#ff3a32"
}
]
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #1a0b0c;
--main-color: #ff3a32;
--caret-color: #ff3a32;
--sub-color: #e2a528;
--text-color: #4a4d4e;
--error-color: #771b1f;
--error-extra-color: #591317;
--colorful-error-color: #771b1f;
--colorful-error-extra-color:#591317;
}

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

@ -0,0 +1,11 @@
:root {
--bg-color: #0c100e;
--main-color: #89c559;
--caret-color: #89c559;
--sub-color: #436029;
--text-color: #f0edd1;
--error-color: #d3ca78;
--error-extra-color: #89844d;
--colorful-error-color: #d3ca78;
--colorful-error-extra-color: #89844d;
}