added theme colors for KAM Soaring Skies (#1889) by Hakata-jpn

* added theme colors for KAM Soaring Skies

* updated text color

Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
Ren Blanding 2021-09-20 13:25:52 -07:00 committed by GitHub
parent a96ae52454
commit 7b97298f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -588,5 +588,10 @@
"name": "terror_below",
"bgColor": "#0b1e1a",
"textColor": "#66ac92"
},
{
"name": "soaring_skies",
"bgColor": "#fdeedd",
"textColor": "#1e107a"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #fff9f2;
--main-color: #55c6f0;
--caret-color: #1e107a;
--sub-color: #1e107a;
--text-color: #1d1e1e;
--error-color: #fb5745;
--error-extra-color: #b03c30;
--colorful-error-color: #fb5745;
--colorful-error-extra-color: #b03c30;
}