Skip to content

Commit

Permalink
submarine: Specify foreground color in headerbar.
Browse files Browse the repository at this point in the history
This fixes Firefox / Thunderbird's inactive tab colors when using CSD,
probably others too.
  • Loading branch information
emilio authored and raveit65 committed Jul 10, 2023
1 parent c0d607a commit dae5f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -5966,6 +5966,7 @@ headerbar,
@wm_bg_a,
@wm_bg_b);
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
color: @theme_fg_dark_color;
}

headerbar,
Expand Down
1 change: 1 addition & 0 deletions desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -5965,6 +5965,7 @@ headerbar,
@wm_bg_a,
@wm_bg_b);
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
color: @theme_fg_dark_color;
}

headerbar,
Expand Down

1 comment on commit dae5f04

@black77
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. This works for me perfectly well.

Please sign in to comment.