[gnome-themes-standard] legible active tab underlines
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] legible active tab underlines
- Date: Fri, 11 Oct 2013 12:29:42 +0000 (UTC)
commit b32e36086f040d657755f1d7b2d988c80e74f2d5
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Oct 11 14:28:38 2013 +0200
legible active tab underlines
- same as selection bg rather than hardcoded for default
- toned down for dark (but not as dark as right now)
themes/Adwaita/gtk-3.0/gtk-main-dark.css | 2 +-
themes/Adwaita/gtk-3.0/gtk-main.css | 2 +-
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 db9eba4..d1f6d66 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 bd41582..8d0c26f 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]