summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2013-10-11 14:28:38 +0200
committerJakub Steiner <jimmac@gmail.com>2013-10-11 14:28:38 +0200
commitb32e36086f040d657755f1d7b2d988c80e74f2d5 (patch)
treeb59b27a77cf224519ed003d53cde7f1f97db3456
parent90ce82bd45bcbc51aa012d2046d98199b8d37bb6 (diff)
downloadgnome-themes-standard-b32e36086f040d657755f1d7b2d988c80e74f2d5.tar.gz
legible active tab underlines
- same as selection bg rather than hardcoded for default - toned down for dark (but not as dark as right now)
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-main-dark.css2
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-main.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-main-dark.css b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
index db9eba44..d1f6d665 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
@@ -101,7 +101,7 @@
@define-color scale_highlight_bg #356599;
@define-color scale_highlight_shadow alpha(white, 0.20);
-@define-color notebook_active_tab_border shade(@theme_selected_bg_color, 0.5);
+@define-color notebook_active_tab_border shade(@theme_selected_bg_color, 0.95);
@define-color notebook_selected_tab_color alpha(@theme_selected_bg_color, 0.75);
@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.8);
diff --git a/themes/Adwaita/gtk-3.0/gtk-main.css b/themes/Adwaita/gtk-3.0/gtk-main.css
index bd415822..8d0c26f6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main.css
@@ -101,7 +101,7 @@
@define-color scale_highlight_bg #729fce;
@define-color scale_highlight_shadow alpha(white, 0.50);
-@define-color notebook_active_tab_border #1372d3;
+@define-color notebook_active_tab_border @theme_selected_bg_color;
@define-color notebook_selected_tab_color #8dc0f3;
@define-color notebook_tab_gradient_a shade(@theme_bg_color, 0.97);