Skip to content

Commit

Permalink
feat(theme): add VzBot theme
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Jul 7, 2024
1 parent 7213af4 commit e9917a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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.
6 changes: 6 additions & 0 deletions src/store/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
]

0 comments on commit e9917a4

Please sign in to comment.