forked from AuroraMiddleware/gtk
Adwaita: export yet another named color for insensitive bg/fg...
...which was needed, but not there, use responsibly.
This commit is contained in:
parent
dd09e252c9
commit
f84b8c1c26
@ -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};
|
||||
|
@ -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;
|
||||
/*
|
||||
|
@ -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;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user