mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
colors fixed
This commit is contained in:
@@ -47,6 +47,10 @@ export const themeColors = {
|
||||
defaultSecondaryColor: '#00a383',
|
||||
defaultTertiaryColor: '#03aa89',
|
||||
},
|
||||
settingsDialog: {
|
||||
contentBG: '#f1eff3',
|
||||
footerBG: '#f1eff3',
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
app: {
|
||||
@@ -94,6 +98,10 @@ export const themeColors = {
|
||||
defaultSecondaryColor: rgba('#545a5e', 0.9),
|
||||
defaultTertiaryColor: '#545a5e',
|
||||
},
|
||||
settingsDialog: {
|
||||
contentBG: '#5A6166',
|
||||
footerBG: '#323637',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user