Skip to content

Commit

Permalink
Merge branch 'master' into ch_migration_check
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Mar 29, 2024
2 parents 06ea2bd + a97b510 commit 58cd8a4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions frontend/src/layout/navigation-3000/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,35 @@ export const themes: Theme[] = [
background: 'linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7))',
},
},
{
id: 'livelaughhog',
name: 'Live, Laugh, Hog',
dark: false,
sidebarStyle: {
background:
'linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)), repeat url(https://i.imgur.com/okHCBbPl.png)',
},
mainStyle: {
background:
'linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)), repeat url(https://i.imgur.com/okHCBbPl.png)',
},
boxStyle: {
background: 'linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7))',
},
},
{
id: 'herisson',
name: 'Live, Laugh, Hog',
dark: false,
mainStyle: {
background:
'linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(https://i.imgur.com/RrGMCR6.jpeg)',
backgroundSize: 'contain',
backgroundPosition: 'center',
backgroundRepeat: 'repeat',
},
boxStyle: {
background: 'linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7))',
},
},
]

0 comments on commit 58cd8a4

Please sign in to comment.