Merge pull request #1354 from Cole320/master

Communism Theme
This commit is contained in:
Jack 2021-05-10 12:48:04 +01:00 committed by GitHub
commit 27da75bb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -24,6 +24,11 @@
"bgColor": "#313131",
"textColor": "#ed6b21"
},
{
"name": "communism",
"bgColor": "#be1918",
"textColor": "#1C1C19"
},
{
"name": "dots",
"bgColor": "#121520",

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #be1918;
--main-color: #ffffff;
--caret-color: #ffffff;
--sub-color: #faf333;
--text-color: #1c1c19;
--error-color: #ffffff;
--error-extra-color: #faf333;
--colorful-error-color: #faf333;
--colorful-error-extra-color: #faf333;
}