diff options
author | lukefromdc <[email protected]> | 2024-04-01 13:53:49 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-04-01 13:53:49 -0400 |
commit | f65dec4c1e53ab1dc766f7633d1991e7b0468289 (patch) | |
tree | 6acd30954e893889810a6307b5732ec70aace1bb /desktop-themes | |
parent | 22a54631133b7acd4358cf2291fde43073125806 (diff) | |
download | mate-themes-gtk3.22.tar.bz2 mate-themes-gtk3.22.tar.xz |
3.22: synch with master as there are no breaking changes between GTK 3.22 and 3.24gtk3.22
We just release 3.22.25 from the master branch anyway
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 9e34f917..bcea3dab 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -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,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 54a5a59e..e9c8d45c 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -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,
|