diff --git a/public/img/themes/sidebarLogo-prusa.svg b/public/img/themes/sidebarLogo-prusa.svg new file mode 100644 index 000000000..41284153e --- /dev/null +++ b/public/img/themes/sidebarLogo-prusa.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/store/variables.ts b/src/store/variables.ts index 9e48fbdde..314644982 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -182,4 +182,11 @@ export const themes: Theme[] = [ logo: { show: true, light: false }, sidebarBackground: { show: true, light: false }, }, + { + name: 'prusa', + displayName: 'Prusa Research (Sponsor)', + colorLogo: '#fa6831', + colorPrimary: '#fa6831', + logo: { show: true, light: false }, + }, ]