[gtk+] Adwaita: export yet another named color for insensitive bg/fg...



commit f84b8c1c26b6b9aa6a7f059b832b9fea98faf85d
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sun Jul 24 18:04:51 2016 +0200

    Adwaita: export yet another named color for insensitive bg/fg...
    
    ...which was needed, but not there, use responsibly.

 gtk/theme/Adwaita/_colors-public.scss    |    4 ++++
 gtk/theme/Adwaita/gtk-contained-dark.css |    3 +++
 gtk/theme/Adwaita/gtk-contained.css      |    3 +++
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_colors-public.scss b/gtk/theme/Adwaita/_colors-public.scss
index ebc64f7..8ccc341 100644
--- a/gtk/theme/Adwaita/_colors-public.scss
+++ b/gtk/theme/Adwaita/_colors-public.scss
@@ -66,6 +66,10 @@ text/foreground color of selections on backdrop windows */
 @define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color};
 
 /*
+insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color #{"" + $backdrop_insensitive_color};
+
+/*
 widgets main borders color */
 @define-color borders #{"" +$borders_color};
 
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index ac49ed6..2172f95 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -4664,6 +4664,9 @@ base background color of selections on backdrop windows */
 text/foreground color of selections on backdrop windows */
 @define-color theme_unfocused_selected_fg_color #ffffff;
 /*
+insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color #566164;
+/*
 widgets main borders color */
 @define-color borders #1b1f20;
 /*
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index e6cceb7..6aff4cf 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -4695,6 +4695,9 @@ base background color of selections on backdrop windows */
 text/foreground color of selections on backdrop windows */
 @define-color theme_unfocused_selected_fg_color #ffffff;
 /*
+insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color #c3c3c0;
+/*
 widgets main borders color */
 @define-color borders #b6b6b3;
 /*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]