diff options
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,
|