Adwaita: export yet another named color for insensitive bg/fg...

...which was needed, but not there, use responsibly.
This commit is contained in:
Lapo Calamandrei 2016-07-24 18:04:51 +02:00
parent dd09e252c9
commit f84b8c1c26
3 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,10 @@ base background color of selections on backdrop windows */
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};

View File

@ -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;
/*

View File

@ -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;
/*