Merge pull request #1190 from 71xn/added-gmk-muted-theme

Create muted.css
This commit is contained in:
Jack 2021-04-06 16:09:56 +01:00 committed by GitHub
commit fc5753fd5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -4,6 +4,11 @@
"bgColor": "#111",
"textColor": "#eee"
},
{
"name": "muted",
"bgColor": "#525252",
"textColor": "#B1E4E3"
},
{
"name": "dark_magic_girl",
"bgColor": "#091f2c",

8
static/themes/muted.css Normal file
View file

@ -0,0 +1,8 @@
:root {
--bg-color: #525252;
--main-color: #C5B4E3;
--caret-color: #B1E4E3;
--sub-color: #939eae;
--text-color: #B1E4E3;
--error-color: #EDC1CD;
}