File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 } ;
You can’t perform that action at this time.
0 commit comments