diff --git a/public/img/themes/sidebarLogo-yumi.svg b/public/img/themes/sidebarLogo-yumi.svg new file mode 100644 index 000000000..0b3c6b4ce --- /dev/null +++ b/public/img/themes/sidebarLogo-yumi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index a8c887e42..a7e76b4fb 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -168,4 +168,11 @@ export const themes: Theme[] = [ colorPrimary: '#326799', logo: { show: true, light: false }, }, + { + name: 'yumi', + displayName: 'YUMI (Sponsor)', + colorLogo: '#F6CF3D', + colorPrimary: '#F6CF3D', + logo: { show: true, light: false }, + }, ]