[Xfce4-commits] <parole:bluesabre/gtk3> Fix fg-color on hover
Simon Steinbeiss
noreply at xfce.org
Sun Aug 11 15:16:14 CEST 2013
Updating branch refs/heads/bluesabre/gtk3
to 5e16ca4953edf6a92596796819fc81ef38f0d51a (commit)
from 3e070e1c3884f5bc9041e17ca8782d0213d2eede (commit)
commit 5e16ca4953edf6a92596796819fc81ef38f0d51a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Feb 21 11:36:04 2013 +0100
Fix fg-color on hover
data/gtk-2.0/parole.gtkrc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/data/gtk-2.0/parole.gtkrc b/data/gtk-2.0/parole.gtkrc
index b227904..b1eef3d 100644
--- a/data/gtk-2.0/parole.gtkrc
+++ b/data/gtk-2.0/parole.gtkrc
@@ -1,6 +1,7 @@
style "parole-fullscreen"
{
- fg[NORMAL] = "#FFFFFF"
+ fg[NORMAL] = "#EEEEEE"
+ fg[PRELIGHT] = "#FFFFFF"
bg[NORMAL] = "#000000"
bg[ACTIVE] = "#6D6D6D"
@@ -15,4 +16,4 @@ style "parole-scale" = "parole-fullscreen"
}
widget "*ParoleFullscreen*" style "parole-fullscreen"
-widget "*ParoleFullscreen*ParoleScale*" style "parole-scale"
\ No newline at end of file
+widget "*ParoleFullscreen*ParoleScale*" style "parole-scale"
More information about the Xfce4-commits
mailing list