Updating branch refs/heads/bluesabre/gtk3
         to 5e16ca4953edf6a92596796819fc81ef38f0d51a (commit)
       from 3e070e1c3884f5bc9041e17ca8782d0213d2eede (commit)

commit 5e16ca4953edf6a92596796819fc81ef38f0d51a
Author: Simon Steinbeiss <[email protected]>
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"
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to