From e6b26f9ce031df1a08a8e934f0b7a40eec70bfb5 Mon Sep 17 00:00:00 2001 From: thetoasta Date: Sun, 5 Oct 2025 15:08:36 -0400 Subject: [PATCH] Add new theme 'monkeyblue' with color properties finally ic done --- frontend/src/ts/constants/themes.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/ts/constants/themes.ts b/frontend/src/ts/constants/themes.ts index 65ff67be0..9112e6f50 100644 --- a/frontend/src/ts/constants/themes.ts +++ b/frontend/src/ts/constants/themes.ts @@ -16,6 +16,12 @@ export const themes: Record> = { subColor: "#939eae", textColor: "#e9ecf0", }, + "monkeyblue": { + bgColor: "#1a1919", + mainColor: "#fff", + subColor: "#6c62d2", + textColor: "#9fd5ec", + }, "9009": { bgColor: "#eeebe2", mainColor: "#080909",