Skip to content

Commit

Permalink
feat(theme): add VzBot theme (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jul 7, 2024
1 parent ae5dceb commit a5128e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added public/img/themes/sidebarBackground-vzbot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/img/themes/sidebarLogo-vzbot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/store/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
]

0 comments on commit a5128e2

Please sign in to comment.