* Fixed and implement public colors code.

pull/534/head
Megax 2016-08-28 16:03:53 +02:00
parent d24e294920
commit 02082baf9f
1 changed files with 21 additions and 0 deletions
gtk-3.20/scss

View File

@ -59,6 +59,27 @@
@define-color lightdm_bg_color #{"" + $lightdm_bg_color};
@define-color lightdm_fg_color #{"" + $lightdm_fg_color};
/* widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #{"" + $backdrop_fg_color};
/* text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #{"" + $text_color};
/* widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #{"" + $backdrop_bg_color};
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #{"" + $backdrop_base_color};
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #{"" + $selected_bg_color};
/* 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};
/* window manager colors */
@define-color wm_bg #{"" + $wm_bg};
@define-color wm_border_focused #{"" + $wm_border_focused};