mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Add Gruvbox Dark theme
Add Gruvbox Dark color theme including: - gruvboxDark.js with full palette and component overrides - gruvboxDark.css.js with custom player styles
This commit is contained in:
parent
2a43c4683e
commit
4d86383cac
@ -5,7 +5,7 @@ const stylesheet = `
|
||||
}
|
||||
|
||||
.react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-handle, .react-jinke-music-player-main .music-player-panel .panel-content .rc-slider-track {
|
||||
background-color: #458588
|
||||
background-color: #ebdbb2
|
||||
}
|
||||
|
||||
.react-jinke-music-player-main ::-webkit-scrollbar-thumb {
|
||||
@ -50,6 +50,13 @@ const stylesheet = `
|
||||
.MuiCheckbox-colorSecondary.Mui-checked {
|
||||
color: #458588 !important
|
||||
}
|
||||
.react-jinke-music-player-main .music-player-panel svg {
|
||||
color: #ebdbb2;
|
||||
fill: #ebdbb2;
|
||||
}
|
||||
.react-jinke-music-player-main .music-player-panel button {
|
||||
color: #ebdbb2;
|
||||
}
|
||||
`
|
||||
|
||||
export default stylesheet
|
||||
|
||||
@ -14,22 +14,34 @@ export default {
|
||||
background: {
|
||||
default: '#282828',
|
||||
},
|
||||
text: {
|
||||
primary: '#ebdbb2',
|
||||
secondary: '#a89984',
|
||||
},
|
||||
},
|
||||
overrides: {
|
||||
MuiPaper: {
|
||||
root: {
|
||||
color: '#ebdbb2',
|
||||
backgroundColor: '#3c3836',
|
||||
MuiSnackbarContent: {
|
||||
root: {
|
||||
color: '#ebdbb2',
|
||||
backgroundColor: '#cc241d',
|
||||
},
|
||||
message: {
|
||||
color: '#ebdbb2',
|
||||
backgroundColor: '#cc241d',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiSnackbarContent: {
|
||||
root: {
|
||||
color: '#3c3836',
|
||||
backgroundColor: '#a89984',
|
||||
},
|
||||
message: {
|
||||
color: '#3c3836',
|
||||
backgroundColor: '#a89984',
|
||||
},
|
||||
},
|
||||
MuiTypography: {
|
||||
root: {
|
||||
color: '#ebdbb2',
|
||||
},
|
||||
colorTextSecondary: {
|
||||
color: '#a89984',
|
||||
},
|
||||
},
|
||||
MuiButton: {
|
||||
@ -45,6 +57,19 @@ export default {
|
||||
color: '#ebdbb2',
|
||||
},
|
||||
},
|
||||
MuiListItemIcon: {
|
||||
root: {
|
||||
color: '#ebdbb2',
|
||||
},
|
||||
},
|
||||
MuiListItemText: {
|
||||
primary: {
|
||||
color: '#ebdbb2',
|
||||
},
|
||||
secondary: {
|
||||
color: '#a89984',
|
||||
},
|
||||
},
|
||||
MuiChip: {
|
||||
clickable: {
|
||||
background: '#49483e',
|
||||
@ -57,11 +82,12 @@ export default {
|
||||
},
|
||||
MuiFormHelperText: {
|
||||
root: {
|
||||
Mui: {
|
||||
error: {
|
||||
color: '#cc241d',
|
||||
},
|
||||
},
|
||||
color: '#ebdbb2',
|
||||
},
|
||||
},
|
||||
Mui: {
|
||||
error: {
|
||||
color: '#cc241d',
|
||||
},
|
||||
},
|
||||
MuiTableHead: {
|
||||
@ -113,6 +139,17 @@ export default {
|
||||
'linear-gradient(to bottom, rgba(52 52 52 / 72%), rgb(48 48 48))!important',
|
||||
},
|
||||
},
|
||||
NDAlbumGridView: {
|
||||
albumName: {
|
||||
marginTop: '0.5rem',
|
||||
fontWeight: 700,
|
||||
textTransform: 'none',
|
||||
color: '#ebdbb2',
|
||||
},
|
||||
albumSubtitle: {
|
||||
color: '#a89984',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
theme: 'dark',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user