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 }, + }, ]