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 }, + }, ]