Skip to content

Commit

Permalink
feat(theme): add bigtreetech 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 6, 2024
1 parent 81ea9cd commit 55d446d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/img/themes/sidebarLogo-btt.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 @@ -155,4 +155,10 @@ export const themes: Theme[] = [
colorLogo: '#b12f35',
logo: { show: true, light: false },
},
{
name: 'btt',
displayName: 'BigTreeTech (Sponsor)',
colorLogo: '#ef0025',
logo: { show: true, light: false },
},
]

0 comments on commit 55d446d

Please sign in to comment.