Mercurial > repos > other > Adwaita-Dark-Green
changeset 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 |
files | gtk-2.0/gtkrc gtk-3.20/gtk.scss |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk-2.0/gtkrc Mon Nov 13 20:46:08 2017 +0000 +++ b/gtk-2.0/gtkrc Mon Nov 13 21:01:38 2017 +0000 @@ -748,7 +748,8 @@ # but at least it's readable. # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 bg[SELECTED] = @selected_fg_color - + fg[NORMAL] = @fg_dark_color + text[NORMAL] = @fg_dark_color bg[PRELIGHT] = @selected_bg_color fg[PRELIGHT] = @selected_fg_color text[PRELIGHT] = @selected_fg_color
--- a/gtk-3.20/gtk.scss Mon Nov 13 20:46:08 2017 +0000 +++ b/gtk-3.20/gtk.scss Mon Nov 13 21:01:38 2017 +0000 @@ -11,8 +11,6 @@ /// - Can't fudge this because Synapse uses the background colour and /// seems to create its own gradient from it /// * Chrome menus use highlight colour for background and foreground -/// * Electron and Java (PyCharm) menus have black text on grey (plus -/// ugly grey borders, but that might be unavoidable) $variant: 'light';