From ae5dceba1e61f0d21de518a037d6ccb68304fdf8 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 7 Jul 2024 18:13:36 +0200 Subject: [PATCH] feat(theme): add YUMI theme (#1936) --- public/img/themes/sidebarLogo-yumi.svg | 1 + src/store/variables.ts | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 public/img/themes/sidebarLogo-yumi.svg 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 }, + }, ]