Skip to content

Commit

Permalink
feat(theme): add Prusa Research theme
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Jul 6, 2024
1 parent 7213af4 commit a3a804a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/img/themes/sidebarLogo-prusa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/store/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
]

0 comments on commit a3a804a

Please sign in to comment.