Merge pull request #500 from mintlodica/master

adds magic girl and dark magic girl css color themes
This commit is contained in:
Jack 2020-10-30 03:15:54 +00:00 committed by GitHub
commit ef33d89c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #091f2c;
--main-color: #f5b1cc;
--caret-color: #93e8d3;
--sub-color: #93e8d3;
--text-color: #a288d9;
--error-color: #e45c96;
--error-extra-color: #e45c96;
--colorful-error-color: #00b398;
--colorful-error-extra-color: #e45c96;
}

View file

@ -4,6 +4,11 @@
"bgColor": "#111",
"textColor": "#eee"
},
{
"name": "dark_magic_girl",
"bgColor": "#091f2c",
"textColor": "#a288d9"
},
{
"name": "8008",
"bgColor": "#333a45",
@ -54,6 +59,11 @@
"bgColor": "#313231",
"textColor": "#a5a096"
},
{
"name": "magic_girl",
"bgColor": "#ffffff",
"textColor": "#00ac8c"
},
{
"name": "metropolis",
"bgColor": "#0f1f2c",

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #ffffff;
--main-color: #f5b1cc;
--caret-color: #e45c96;
--sub-color: #93e8d3;
--text-color: #00ac8c;
--error-color: #ffe495;
--error-extra-color: #e45c96;
--colorful-error-color: #ffe485;
--colorful-error-extra-color: #e45c96;
}