added graen theme

This commit is contained in:
corey-b 2020-07-13 22:43:55 -04:00
parent 49266d4197
commit 58cb0da957
2 changed files with 26 additions and 1 deletions

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

@ -0,0 +1,20 @@
:root {
--bg-color: #4D5E56;
--main-color: #C0B096;
--caret-color: #FAFAFA;
--sub-color: #131615;
--text-color: #C0B096;
--error-color: #971B2F;
--error-extra-color: #e3002b;
--colorful-error-color: #971B2F;
--colorful-error-extra-color: #e3002b;
}
#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: #751524;
}

View file

@ -282,5 +282,10 @@
"name": "retrocast",
"bgColor": "#07737a",
"textColor": "#88dbdf"
},
{
"name": "graen",
"bgColor": "#4D5E56",
"textColor": "#C0B096"
}
]
]