From 46e79c0cfe2fedec9e68d8706cdac654fc55545a Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 13 Jul 2024 21:51:55 +0200 Subject: [PATCH] feat(theme): add Multec theme (#1934) --- public/img/themes/sidebarLogo-multec.svg | 1 + src/store/variables.ts | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 public/img/themes/sidebarLogo-multec.svg diff --git a/public/img/themes/sidebarLogo-multec.svg b/public/img/themes/sidebarLogo-multec.svg new file mode 100644 index 000000000..7269011ad --- /dev/null +++ b/public/img/themes/sidebarLogo-multec.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index de08ffa88..23a7a4033 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -195,4 +195,11 @@ export const themes: Theme[] = [ colorLogo: '#ef0025', logo: { show: true, light: false }, }, + { + name: 'multec', + displayName: 'Multec GmbH (Sponsor)', + colorLogo: '#234D7A', + colorPrimary: '#234D7A', + logo: { show: true, light: false }, + }, ]