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