Skip to content

Commit

Permalink
feat(theme): add YUMI theme (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jul 7, 2024
1 parent ef11dc6 commit ae5dceb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/img/themes/sidebarLogo-yumi.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 @@ -168,4 +168,11 @@ export const themes: Theme[] = [
colorPrimary: '#326799',
logo: { show: true, light: false },
},
{
name: 'yumi',
displayName: 'YUMI (Sponsor)',
colorLogo: '#F6CF3D',
colorPrimary: '#F6CF3D',
logo: { show: true, light: false },
},
]

0 comments on commit ae5dceb

Please sign in to comment.