diff options
-rw-r--r-- | themes/Adwaita/gtk-2.0/gtkrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc index cce934cb..fd6e43bb 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:#ffffff\nselected_bg_color:#4a90d9\nselected_fg_color:#ffffff\ntext_color:#2e3436\nbg_color:#ededed\ntooltip_bg_color:#343434" +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-auto-mnemonics = 1 @@ -286,6 +286,8 @@ style "tooltips" { xthickness = 8 ythickness = 4 + GtkWidget::new-tooltip-style = 1 + bg[NORMAL] = @tooltip_bg_color fg[NORMAL] = @tooltip_fg_color } |