comparison gtk-3.20/gtk.scss @ 91:240e408b8c7f

Update documentation for v1.0.6 release
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Oct 2019 13:49:52 +0100
parents 94b091763a15
children f3009ca89a46
comparison
equal deleted inserted replaced
90:575609b1a6d8 91:240e408b8c7f
16 /// Unresolvable issues: 16 /// Unresolvable issues:
17 /// * Gnome Terminal uses #C6C6C6 for background 17 /// * Gnome Terminal uses #C6C6C6 for background
18 /// - This is because it uses @theme_base_color, and that is our base colour. 18 /// - This is because it uses @theme_base_color, and that is our base colour.
19 /// The only way to change it in the theme is to change the base colour, but 19 /// The only way to change it in the theme is to change the base colour, but
20 /// that would affect anything that relies on the base colour. 20 /// that would affect anything that relies on the base colour.
21 /// * Nautilus pathbar style doesn't properly change from "in bar" to "no bar"
22 /// when making the window wider. It needs an unfocus/focus cycle
23 /// - This is an Adwaita/Nautilus problem and can be seen in the base theme
21 24
22 $variant: 'light'; 25 $variant: 'light';
23 26
24 // Import the default colours 27 // Import the default colours
25 @import 'colors'; 28 @import 'colors';