Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into feat/add-vzbot-theme
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/store/variables.ts
  • Loading branch information
meteyou committed Jul 7, 2024
2 parents 02b8d46 + ae5dceb commit 081a2dd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/img/themes/sidebarLogo-ldo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
14 changes: 14 additions & 0 deletions src/store/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,20 @@ export const themes: Theme[] = [
colorLogo: '#FF2300',
logo: { show: true, light: false },
},
{
name: 'ldo',
displayName: 'LDO Motion (Sponsor)',
colorLogo: '#326799',
colorPrimary: '#326799',
logo: { show: true, light: false },
},
{
name: 'yumi',
displayName: 'YUMI (Sponsor)',
colorLogo: '#F6CF3D',
colorPrimary: '#F6CF3D',
logo: { show: true, light: false },
},
{
name: 'vzbot',
displayName: 'VzBot',
Expand Down

0 comments on commit 081a2dd

Please sign in to comment.