diff --git a/public/themes/future_funk.css b/public/themes/future_funk.css index b88aa1a77..5d09a1b4a 100644 --- a/public/themes/future_funk.css +++ b/public/themes/future_funk.css @@ -4,10 +4,10 @@ --caret-color: #f7f2ea; --sub-color: #c18fff; --text-color: #f7f2ea; - --error-color: #F8BED6; - --error-extra-color: #F04E98; - --colorful-error-color: #F8BED6; - --colorful-error-extra-color: #F04E98; + --error-color: #F04E98; + --error-extra-color: #bd1c66; + --colorful-error-color: #F04E98; + --colorful-error-extra-color: #bd1c66; } diff --git a/public/themes/graen.css b/public/themes/graen.css new file mode 100644 index 000000000..aed6059d8 --- /dev/null +++ b/public/themes/graen.css @@ -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; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index dd25b3282..3ad4d2b6e 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -282,5 +282,15 @@ "name": "retrocast", "bgColor": "#07737a", "textColor": "#88dbdf" + }, + { + "name": "luna", + "bgColor": "#221C35", + "textColor": "#88dbdf" + }, + } + "name": "graen", + "bgColor": "#303c36", + "textColor": "#a59682" } ] \ No newline at end of file diff --git a/public/themes/luna.css b/public/themes/luna.css new file mode 100644 index 000000000..282eacf11 --- /dev/null +++ b/public/themes/luna.css @@ -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; +} \ No newline at end of file