Skip to content

Commit

Permalink
feat(theme): add voron build-in theme (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jul 6, 2024
1 parent c7e1cb0 commit ad9e71b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/img/themes/sidebarLogo-voron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/store/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
]

0 comments on commit ad9e71b

Please sign in to comment.