Merge pull request #818 from ryevertigo/ryevertigo-stealth

Add the stealth theme
This commit is contained in:
Jack 2021-01-12 18:18:57 +00:00 committed by GitHub
commit 484f54d193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -473,5 +473,10 @@
"name": "rudy",
"bgColor": "#1a2b3e",
"textColor": "#af8f5c"
},
{
"name": "stealth",
"bgColor": "#010203",
"textColor": "#383e42"
}
]

12
static/themes/stealth.css Normal file
View file

@ -0,0 +1,12 @@
:root{
--bg-color: #010203;
--main-color: #383e42;
--caret-color: #e25303;
--sub-color: #5e676e;
--text-color: #383e42;
--error-color: #e25303;
--error-extra-color: #73280c;
--colorful-error-color: #e25303;
--colorful-error-extra-color: #73280c;
}
#menu .icon-button:nth-child(4){color:#e25303}