diff --git a/public/img/themes/sidebarLogo-voron.svg b/public/img/themes/sidebarLogo-voron.svg new file mode 100644 index 000000000..3dff67ca7 --- /dev/null +++ b/public/img/themes/sidebarLogo-voron.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/store/variables.ts b/src/store/variables.ts index 3f4a91c4a..e7f896a73 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: 'voron', + displayName: 'Voron Design', + colorLogo: '#FF2300', + logo: { show: true, light: false }, + }, ]