summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2016-07-24 18:04:51 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2016-07-24 18:04:51 +0200
commitf84b8c1c26b6b9aa6a7f059b832b9fea98faf85d (patch)
tree83b377fd424e17255a68ebef847e309f37447e9e
parentdd09e252c937302f9519b088ff6963e826a95b85 (diff)
downloadgtk+-f84b8c1c26b6b9aa6a7f059b832b9fea98faf85d.tar.gz
Adwaita: export yet another named color for insensitive bg/fg...
...which was needed, but not there, use responsibly.
-rw-r--r--gtk/theme/Adwaita/_colors-public.scss4
-rw-r--r--gtk/theme/Adwaita/gtk-contained-dark.css3
-rw-r--r--gtk/theme/Adwaita/gtk-contained.css3
3 files changed, 10 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_colors-public.scss b/gtk/theme/Adwaita/_colors-public.scss
index ebc64f71e3..8ccc3413cc 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 ac49ed6ec7..2172f95534 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 e6cceb78ec..6aff4cf3c5 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;
/*