From e9917a4ebec49e1dd3c0dad180c60a764d64694c Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 7 Jul 2024 17:19:02 +0200 Subject: [PATCH] feat(theme): add VzBot theme Signed-off-by: Stefan Dej --- public/img/themes/sidebarLogo-vzbot.svg | 8 ++++++++ src/store/variables.ts | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 public/img/themes/sidebarLogo-vzbot.svg diff --git a/public/img/themes/sidebarLogo-vzbot.svg b/public/img/themes/sidebarLogo-vzbot.svg new file mode 100644 index 000000000..fdb7d4368 --- /dev/null +++ b/public/img/themes/sidebarLogo-vzbot.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index e7f896a73..28b5e0d68 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -161,4 +161,10 @@ export const themes: Theme[] = [ colorLogo: '#FF2300', logo: { show: true, light: false }, }, + { + name: 'vzbot', + displayName: 'VzBot', + colorLogo: '#FF0000', + logo: { show: true, light: false }, + }, ]