diff --git a/public/img/themes/sidebarBackground-vzbot.png b/public/img/themes/sidebarBackground-vzbot.png new file mode 100644 index 000000000..872de6f77 Binary files /dev/null and b/public/img/themes/sidebarBackground-vzbot.png differ 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 a7e76b4fb..9e48fbdde 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -175,4 +175,11 @@ export const themes: Theme[] = [ colorPrimary: '#F6CF3D', logo: { show: true, light: false }, }, + { + name: 'vzbot', + displayName: 'VzBot', + colorLogo: '#FF0000', + logo: { show: true, light: false }, + sidebarBackground: { show: true, light: false }, + }, ]