From 2ff6d10f8f11979d5f182052e4cb47a44feebfa8 Mon Sep 17 00:00:00 2001 From: Olle Date: Sat, 15 Jun 2024 22:15:52 +0200 Subject: [PATCH] feat: Recore theme Signed-off-by: Olle Berggren --- public/config.json | 10 ++++++++++ public/logo_recore.svg | 21 +++++++++++++++++++++ server/config.json | 10 ++++++++++ 3 files changed, 41 insertions(+) create mode 100644 public/logo_recore.svg diff --git a/public/config.json b/public/config.json index 25016d51b9..cbb813b831 100644 --- a/public/config.json +++ b/public/config.json @@ -107,6 +107,16 @@ "light": "#ffffff" } }, + { + "name": "Recore", + "color": "#04A3E5", + "isDark": true, + "logo": { + "src": "logo_recore.svg", + "dark": "#4D4D4D", + "light": "#F1F1F1" + } + }, { "name": "Siboor", "color": "#32E0DF", diff --git a/public/logo_recore.svg b/public/logo_recore.svg new file mode 100644 index 0000000000..5ac95e081d --- /dev/null +++ b/public/logo_recore.svg @@ -0,0 +1,21 @@ + + + + + + + diff --git a/server/config.json b/server/config.json index 77affe193b..047291db89 100644 --- a/server/config.json +++ b/server/config.json @@ -107,6 +107,16 @@ "light": "#ffffff" } }, + { + "name": "Recore", + "color": "#04A3E5", + "isDark": true, + "logo": { + "src": "logo_recore.svg", + "dark": "#4D4D4D", + "light": "#F1F1F1" + } + }, { "name": "Siboor", "color": "#32E0DF",