mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
dark mode widget colors change
This commit is contained in:
@@ -19,7 +19,8 @@ export const themeColors = {
|
||||
gradientStartColor: '#e4f6ed',
|
||||
gradientEndColor: '#b5dec9',
|
||||
chacheSectionBGColor: '#88cdaa',
|
||||
fontColor: '#000',
|
||||
widgetFontColor: '#fff',
|
||||
titleFontColor: '#000',
|
||||
subNameFontColor: '#7c7b7c',
|
||||
torrentFilesSectionBGColor: '#f1eff3',
|
||||
},
|
||||
@@ -65,7 +66,8 @@ export const themeColors = {
|
||||
gradientStartColor: '#656f76',
|
||||
gradientEndColor: '#545a5e',
|
||||
chacheSectionBGColor: '#3c4244',
|
||||
fontColor: '#f1eff3',
|
||||
widgetFontColor: rgba('#fff', 0.8),
|
||||
titleFontColor: '#f1eff3',
|
||||
subNameFontColor: '#dee3e5',
|
||||
torrentFilesSectionBGColor: rgba('#545a5e', 0.9),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user