From 27da0947403c9fd7b869eb0755fc325b2b2aedce Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 24 Nov 2013 00:24:32 +0100 Subject: BlackMATE: some font color corrections for buttons and menus --- desktop-themes/BlackMATE/gtk-2.0/gtkrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc index c3dd1c84..2cc300fd 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc +++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc @@ -142,7 +142,7 @@ style "menuitem" fg[PRELIGHT] = "#ffffff" bg[SELECTED] = shade (1.08, "#666669") # fg[PRELIGHT] = "#000000" - text[PRELIGHT] = "#000000" + text[PRELIGHT] = "#ffffff" # bg[SELECTED] = shade (4.2, "#3b3b3e") xthickness = 2 @@ -213,10 +213,10 @@ style "murrine-button" style "murrine-togglebutton" { fg[NORMAL] = "#ffffff" - fg[ACTIVE] = "#000000" - fg[PRELIGHT] = "#000000" - bg[ACTIVE] = shade (3.0, "#3b3b3e") - bg[PRELIGHT] = shade (3.2, "#3b3b3e") + fg[ACTIVE] = "#ffffff" + fg[PRELIGHT] = "#ffffff" + bg[ACTIVE] = shade (0.68, "#666669") + bg[PRELIGHT] = shade (0.68, "#666669") engine "murrine" { gradient_shades = {3.0, 1.0, 0.6, 0.5} -- cgit v1.2.1