[Pkg-sugar-commit] [sugarish] 03/08: Some color changes in default style affecting text visibility in panel-menu.

Siri Reiter siri-guest at moszumanska.debian.org
Sun Dec 27 13:40:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

siri-guest pushed a commit to branch master
in repository sugarish.

commit df2e459df7dab2cde69370378c75499cf447eab5
Author: Siri Reiter <siri at jones.dk>
Date:   Wed Jul 8 23:07:19 2015 -0500

    Some color changes in default style affecting text visibility in panel-menu.
---
 themes/gtk-2.0/gtkrc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/gtk-2.0/gtkrc b/themes/gtk-2.0/gtkrc
index 86cecbd..36420b7 100644
--- a/themes/gtk-2.0/gtkrc
+++ b/themes/gtk-2.0/gtkrc
@@ -5,17 +5,17 @@ gtk-icon-sizes="gtk-menu=33,33:gtk-dnd=33,33:gtk-small-toolbar=33,33:gtk-button=
 style "default"
 {
     # Will be overriden in some widgets
-    color["focus_line"] = "#FFFFFF"
+    color["focus_line"] = "#000000"
 
-    bg[NORMAL] = "#808080"
-    bg[PRELIGHT] = "#808080"
-    bg[ACTIVE] = "#FFFFFF"
-    bg[SELECTED] = "#E5E5E5"
+    bg[NORMAL]   = "#808080"
+    bg[PRELIGHT] = "#FFFFFF" #'hover'
+    bg[ACTIVE]   = "#FFFFFF"
+    bg[SELECTED] = "#000000" #e5e5e5 background color of window frame
 
     fg[NORMAL]        = "#000000"
     fg[ACTIVE]        = "#000000"
     fg[SELECTED]      = "#FFFFFF"
-    fg[PRELIGHT]      = "#FFFFFF"
+    fg[PRELIGHT]      = "#808080" #FFFFFF (prelight text)
 
     text[NORMAL] = "#000000" # button_grey? 1. need to patch GTK+ to use ACTIVE when focused, 2. what color should this really be?
     text[ACTIVE] = "#000000"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugarish.git



More information about the pkg-sugar-commit mailing list