Merge pull request #184 from corey-b:master

Added Graen theme
This commit is contained in:
Jack 2020-07-14 17:08:46 +01:00 committed by GitHub
commit 4482ffea1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

20
public/themes/graen.css Normal file
View file

@ -0,0 +1,20 @@
:root {
--bg-color: #303c36;
--main-color: #a59682;
--caret-color: #601420;
--sub-color: #181d1a;
--text-color: #a59682;
--error-color: #601420;
--error-extra-color: #5f0715;
--colorful-error-color: #601420;
--colorful-error-extra-color: #5f0715;
}
#menu .icon-button:nth-child(1),
#menu .icon-button:nth-child(2),
#menu .icon-button:nth-child(3),
#menu .icon-button:nth-child(4),
#menu .icon-button:nth-child(5),
#menu .icon-button:nth-child(6) {
color: #601420;
}

View file

@ -282,5 +282,10 @@
"name": "retrocast",
"bgColor": "#07737a",
"textColor": "#88dbdf"
},
{
"name": "graen",
"bgColor": "#303c36",
"textColor": "#a59682"
}
]