diff --git a/public/img/themes/sidebarLogo-btt.svg b/public/img/themes/sidebarLogo-btt.svg new file mode 100644 index 000000000..667134f19 --- /dev/null +++ b/public/img/themes/sidebarLogo-btt.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/src/store/variables.ts b/src/store/variables.ts index 3f4a91c4a..e089ccd72 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -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 }, + }, ]