added luna color theme

This commit is contained in:
Noah 2020-07-13 21:02:11 -07:00
parent 98d9d0adfc
commit 7355ea5f69
2 changed files with 16 additions and 0 deletions

View file

@ -282,5 +282,10 @@
"name": "retrocast",
"bgColor": "#07737a",
"textColor": "#88dbdf"
},
{
"name": "luna",
"bgColor": "#221C35",
"textColor": "#88dbdf"
}
]

11
public/themes/luna.css Normal file
View file

@ -0,0 +1,11 @@
:root {
--bg-color: #221C35;
--main-color: #F67599;
--caret-color: #F67599;
--sub-color: #5a3a7e;
--text-color: #ffe3eb;
--error-color: #EFC050;
--error-extra-color: #c5972c;
--colorful-error-color: #EFC050;
--colorful-error-extra-color: #c5972c;
}