Without hovering using mouse, a button looks like this
http://i.imgur.com/mbSo6.png
After hovering, it looks like this ->
http://i.imgur.com/gO4ma.jpg
On hovering on another widget, the bg color also changes and it remains readable.
http://i.imgur.com/VdjsR.png
So, the text color changes to almost white one some widgets (without the g color changing).
As far as I guess, its the issue of bg color not changing on few widgets. And this thing (no bg color changing) also occurs at places like "when I hover over a icon in nautilus (
http://i.imgur.com/TiZf7.png )".
I am really having hard time figuring that out. I have tried gnome-color-chooser which seems elaborate but even that doesn't have option to change that.
I am using openbox and that app I shows is a gtk app.
~/.gtkrc-2.0
Code:
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="drakfire dream"
gtk-icon-theme-name="crystalsvg"
gtk-font-name="Lucida G 7"
gtk-cursor-theme-name="Oxygen_Black"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
gtk-color-scheme="tooltip_fg_color:#ffffff\nlink_color:#DD4814\nbase_color:#ffffff\nselected_fg_color:#bc2db76fb76f\ntext_color:#3C3C3C\nbg_color:#F2F1F0\ntooltip_bg_color:#000000\nselected_bg_color:#f07746\nfg_color:#4c4c4c\n"
include "/home/skr/.gtkrc-2.0.mine"