[gnome-themes-standard] gtk2: Fix tooltips to look more like the gtk3 ones



commit 1f675723c052bbf2102f4c0a8811751c4c916e44
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Tue Mar 15 22:26:47 2011 +0100

    gtk2: Fix tooltips to look more like the gtk3 ones

 themes/Adwaita/gtk-2.0/gtkrc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index fd6e43b..cce934c 100644
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1,7 +1,7 @@
 
 # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
 
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#2e3436\ntooltip_fg_color:#000000\nselected_bg_color:#4a90d9\nselected_fg_color:#ffffff\ntext_color:#2e3436\nbg_color:#ededed\ntooltip_bg_color:#E7F3FD"
+gtk-color-scheme = "base_color:#ffffff\nfg_color:#2e3436\ntooltip_fg_color:#ffffff\nselected_bg_color:#4a90d9\nselected_fg_color:#ffffff\ntext_color:#2e3436\nbg_color:#ededed\ntooltip_bg_color:#343434"
 
 gtk-auto-mnemonics = 1
 
@@ -286,8 +286,6 @@ style "tooltips" {
 	xthickness = 8
 	ythickness = 4
 
-	GtkWidget::new-tooltip-style = 1
-
 	bg[NORMAL]        = @tooltip_bg_color
 	fg[NORMAL]        = @tooltip_fg_color
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]