From b11df374ed0020b32f9f4f1233c5d5387a6b00a0 Mon Sep 17 00:00:00 2001 From: Lock <167706567+NotMageLock@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:56:44 -0500 Subject: [PATCH 1/2] Create witchthorne.css --- frontend/static/themes/witchthorne.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/static/themes/witchthorne.css diff --git a/frontend/static/themes/witchthorne.css b/frontend/static/themes/witchthorne.css new file mode 100644 index 000000000000..92bd87d91c33 --- /dev/null +++ b/frontend/static/themes/witchthorne.css @@ -0,0 +1,12 @@ +:root { + --bg-color: #36093e; + --main-color: #7be000; + --caret-color: #ffffff; + --sub-color: #95b295; + --sub-alt-color: #4a1961; + --text-color: #61ff7e; + --error-color: #ff0000; + --error-extra-color: #85002c; + --colorful-error-color: #ff0000; + --colorful-error-extra-color: #85002c; + } From 2d05f550730fc389c33faf21e4daa5d58633e1f9 Mon Sep 17 00:00:00 2001 From: Lock <167706567+NotMageLock@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:58:41 -0500 Subject: [PATCH 2/2] Update _list.json --- frontend/static/themes/_list.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/static/themes/_list.json b/frontend/static/themes/_list.json index 2bdfd325244c..11e339b6bd13 100644 --- a/frontend/static/themes/_list.json +++ b/frontend/static/themes/_list.json @@ -1,4 +1,11 @@ [ + { + "name": "witchthorne", + "bgColor": "#36093e", + "mainColor": "#7be000", + "subColor": "#95b295", + "textColor": "#61ff7e" + }, { "name": "dark_note", "bgColor": "#1f1f1f", @@ -1252,4 +1259,4 @@ "subColor": "#fe9841", "textColor": "#dbdeeb" } -] \ No newline at end of file +]