comparison gtk-3.20/gtk.scss @ 71:ad99a00224bb

Fix dark menu text in VS Code
author IBBoard <dev@ibboard.co.uk>
date Mon, 13 Nov 2017 21:01:38 +0000
parents aa6a1c6e24ad
children 9521e9919497
comparison
equal deleted inserted replaced
70:aa6a1c6e24ad 71:ad99a00224bb
9 /// * Firefox GTK3 defaults to grey page background (".background" CSS rule) 9 /// * Firefox GTK3 defaults to grey page background (".background" CSS rule)
10 /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618 10 /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618
11 /// - Can't fudge this because Synapse uses the background colour and 11 /// - Can't fudge this because Synapse uses the background colour and
12 /// seems to create its own gradient from it 12 /// seems to create its own gradient from it
13 /// * Chrome menus use highlight colour for background and foreground 13 /// * Chrome menus use highlight colour for background and foreground
14 /// * Electron and Java (PyCharm) menus have black text on grey (plus
15 /// ugly grey borders, but that might be unavoidable)
16 14
17 $variant: 'light'; 15 $variant: 'light';
18 16
19 // Import the default colours 17 // Import the default colours
20 @import 'colors'; 18 @import 'colors';