comparison gtk-3.20/gtk.scss @ 95:f3009ca89a46

Fix exported colours and export dark ones
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Oct 2019 21:00:06 +0100
parents 240e408b8c7f
children e79c5676f972
comparison
equal deleted inserted replaced
94:97b8b744725b 95:f3009ca89a46
107 //Export default colours 107 //Export default colours
108 @import 'colors-public'; 108 @import 'colors-public';
109 109
110 //Override some exported colours 110 //Override some exported colours
111 @define-color theme_base_color #{"" + $base_color}; 111 @define-color theme_base_color #{"" + $base_color};
112 @define-color wm_title #{"" + $bg_dark_color}; 112 @define-color theme_fg_dark_color #{"" + $fg_dark_color};
113 @define-color wm_unfocused_title #{"" + $bg_dark_color}; 113 @define-color theme_bg_dark_color #{"" + $bg_dark_color};
114 @define-color wm_title #{"" + $fg_dark_color};
115 @define-color wm_unfocused_title #{"" + $fg_dark_color};
114 @define-color wm_highlight shade(#{"" + $bg_dark_color}, 1.03); 116 @define-color wm_highlight shade(#{"" + $bg_dark_color}, 1.03);
115 @define-color wm_borders_edge #{"" + $bg_dark_color}; 117 @define-color wm_borders_edge #{"" + $bg_dark_color};
116 118
117 @define-color wm_bg_a shade(#{$bg_dark_color}, 1.2); 119 @define-color wm_bg_a shade(#{$bg_dark_color}, 1.2);
118 @define-color wm_bg_b #{$bg_dark_color}; 120 @define-color wm_bg_b #{$bg_dark_color};