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",