From 55d446d176e91db6df63dba9ca7e7ef19572ede0 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 6 Jul 2024 22:50:51 +0200 Subject: [PATCH] feat(theme): add bigtreetech theme Signed-off-by: Stefan Dej --- public/img/themes/sidebarLogo-btt.svg | 10 ++++++++++ src/store/variables.ts | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 public/img/themes/sidebarLogo-btt.svg 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 }, + }, ]