From a3a804a98f001303bfdf03651d0f59dddcb69832 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 7 Jul 2024 00:26:03 +0200 Subject: [PATCH] feat(theme): add Prusa Research theme Signed-off-by: Stefan Dej --- public/img/themes/sidebarLogo-prusa.svg | 3 +++ src/store/variables.ts | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 public/img/themes/sidebarLogo-prusa.svg diff --git a/public/img/themes/sidebarLogo-prusa.svg b/public/img/themes/sidebarLogo-prusa.svg new file mode 100644 index 000000000..e46ffbc99 --- /dev/null +++ b/public/img/themes/sidebarLogo-prusa.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index e7f896a73..854ae32bd 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -161,4 +161,11 @@ export const themes: Theme[] = [ colorLogo: '#FF2300', logo: { show: true, light: false }, }, + { + name: 'prusa', + displayName: 'Prusa Research (Sponsor)', + colorLogo: '#fa6831', + colorPrimary: '#fa6831', + logo: { show: true, light: false }, + }, ]