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 314644982..de08ffa88 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -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 }, + }, ]