Skip to content

Commit c961b4d

Browse files
megaxkhurshid-alam
authored andcommitted
Use predefined fg & bg color for backdrop windows. Fixes #447
1 parent 9909cec commit c961b4d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

gtk-3.20/scss/_colors.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,27 @@
5959
@define-color lightdm_bg_color #{"" + $lightdm_bg_color};
6060
@define-color lightdm_fg_color #{"" + $lightdm_fg_color};
6161

62+
/* widget text/foreground color on backdrop windows */
63+
@define-color theme_unfocused_fg_color #{"" + $backdrop_fg_color};
64+
65+
/* text color for entries, views and content in general on backdrop windows */
66+
@define-color theme_unfocused_text_color #{"" + $text_color};
67+
68+
/* widget base background color on backdrop windows */
69+
@define-color theme_unfocused_bg_color #{"" + $backdrop_bg_color};
70+
71+
/* text widgets and the like base background color on backdrop windows */
72+
@define-color theme_unfocused_base_color #{"" + $backdrop_base_color};
73+
74+
/* base background color of selections on backdrop windows */
75+
@define-color theme_unfocused_selected_bg_color #{"" + $selected_bg_color};
76+
77+
/* text/foreground color of selections on backdrop windows */
78+
@define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color};
79+
80+
/* insensitive color on backdrop windows*/
81+
@define-color unfocused_insensitive_color #{"" + $backdrop_insensitive_color};
82+
6283
/* window manager colors */
6384
@define-color wm_bg #{"" + $wm_bg};
6485
@define-color wm_border_focused #{"" + $wm_border_focused};

0 commit comments

Comments
 (0)