Skip to content

Commit

Permalink
Update header color
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jun 21, 2024
1 parent 044911c commit c0019e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/kde_material_you_colors/schemeconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,22 +276,22 @@ def __init__(
ForegroundVisited={extras['visited']['light']['primary']}
[Colors:Header]
BackgroundAlternate={colors_light['surface']}
BackgroundNormal={colors_light['surface']}
BackgroundAlternate={colors_light['surfaceContainer']}
BackgroundNormal={colors_light['surfaceContainer']}
DecorationFocus={colors_light['primary']}
DecorationHover={colors_light['primary']}
ForegroundActive={colors_light['inverseSurface']}
ForegroundInactive={colors_light['outline']}
ForegroundLink={extras['link']['light']['primary']}
ForegroundNegative={extras['negative']['light']['primary']}
ForegroundNeutral={extras['neutral']['light']['primary']}
ForegroundNormal={colors_light['onSurface']}
ForegroundNormal={colors_light['onSurfaceVariant']}
ForegroundPositive={extras['positive']['light']['primary']}
ForegroundVisited={extras['visited']['light']['primary']}
[Colors:Header][Inactive]
BackgroundAlternate={colors_light['surface']}
BackgroundNormal={colors_light['surface']}
BackgroundAlternate={colors_light['surfaceContainer']}
BackgroundNormal={colors_light['surfaceContainer']}
DecorationFocus={colors_light['primary']}
DecorationHover={colors_light['primary']}
ForegroundActive={colors_light['inverseSurface']}
Expand Down Expand Up @@ -427,8 +427,8 @@ def __init__(
ForegroundVisited={extras['visited']['dark']['primary']}
[Colors:Header]
BackgroundAlternate={colors_dark['surface']}
BackgroundNormal={colors_dark['surface']}
BackgroundAlternate={colors_dark['surfaceContainer']}
BackgroundNormal={colors_dark['surfaceContainer']}
DecorationFocus={colors_dark['primary']}
DecorationHover={colors_dark['primary']}
ForegroundActive={colors_dark['inverseSurface']}
Expand All @@ -441,8 +441,8 @@ def __init__(
ForegroundVisited={extras['visited']['dark']['primary']}
[Colors:Header][Inactive]
BackgroundAlternate={colors_dark['surface']}
BackgroundNormal={colors_dark['surface']}
BackgroundAlternate={colors_dark['surfaceContainer']}
BackgroundNormal={colors_dark['surfaceContainer']}
DecorationFocus={colors_dark['primary']}
DecorationHover={colors_dark['primary']}
ForegroundActive={colors_dark['inverseSurface']}
Expand Down

0 comments on commit c0019e4

Please sign in to comment.