feat(theme): add macroblank theme (TheExploration) (#5088)

This commit is contained in:
Exploration 2024-02-21 04:42:33 -08:00 committed by GitHub
parent 6ef08d4707
commit c29220323b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -1188,5 +1188,12 @@
"mainColor": "#fe5503",
"subColor": "#ff9562",
"textColor": "#3d1705"
},
{
"name": "macroblank",
"bgColor": "#b2d2c8",
"mainColor": "#c13117",
"subColor": "#717977",
"textColor": "#490909"
}
]

View file

@ -0,0 +1,13 @@
:root {
--bg-color: #b2d2c8;
--main-color: #c13117;
--caret-color: #766f71;
--sub-color: #717977;
--sub-alt-color: #c6ddd3;
--text-color: #490909;
--error-color: #c13117;
--error-extra-color: #fff5f5;
--colorful-error-color: #fff5f5;
--colorful-error-extra-color: #ffe9c2;
}