Skip to content

Commit

Permalink
feat(theme): add bigtreetech theme (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jul 13, 2024
1 parent 55ea60e commit fb56c6c
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 @@ -189,4 +189,10 @@ export const themes: Theme[] = [
colorPrimary: '#fa6831',
logo: { show: true, light: false },
},
{
name: 'btt',
displayName: 'BigTreeTech (Sponsor)',
colorLogo: '#ef0025',
logo: { show: true, light: false },
},
]

0 comments on commit fb56c6c

Please sign in to comment.