From 2cc62752d44d3fd397ec9782fd14b5887f33886a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Fleury Date: Fri, 27 Jan 2012 16:03:37 -0500 Subject: =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20de=20configuratio?= =?UTF-8?q?n=20pour=20GTK2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk-2.0/gtkrc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'gtk-2.0') diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 100722f..6df11b2 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -1,9 +1,7 @@ # Please keep this gtkrc in sync with the other ones from Clearlooks based themes. -gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#E7F3FD" - -gtk-auto-mnemonics = 1 +gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86ABD9\nselected_fg_color:#ffffff\ntext_color:#1A1A1A\nbg_color:#EDECEB\ntooltip_bg_color:#F5F5B5" style "default" { xthickness = 1 @@ -20,8 +18,6 @@ style "default" { GtkCheckButton::indicator-size = 14 - GtkEntry::invisible-char = 0x2022 - GtkPaned::handle-size = 6 GtkRange::trough-border = 0 @@ -80,7 +76,7 @@ style "default" { colorize_scrollbar = TRUE reliefstyle = 1 menubarstyle = 2 - toolbarstyle = 0 + toolbarstyle = 1 animation = FALSE radius = 3.0 style = GUMMY @@ -205,8 +201,6 @@ style "comboboxentry" { style "menubar" { - GtkWidget::window-dragging = 1 - engine "clearlooks" { hint = "menubar" } @@ -282,11 +276,9 @@ style "treeview_header" = "default" { } style "tooltips" { - xthickness = 8 + xthickness = 4 ythickness = 4 - GtkWidget::new-tooltip-style = 1 - bg[NORMAL] = @tooltip_bg_color fg[NORMAL] = @tooltip_fg_color } @@ -408,9 +400,9 @@ widget "gtk-tooltip*" style "tooltips" ########################################################################## # Workaround for the evolution ETable (bug #527532) -widget_class "*.ETable.ECanvas" style "treeview_header" +widget_class "*.." style "treeview_header" # Workaround for the evolution ETree -widget_class "*.ETree.ECanvas" style "treeview_header" +widget_class "*.." style "treeview_header" # Special case the nautilus-extra-view-widget # ToDo: A more generic approach for all applications that have a widget like this. -- cgit v1.2.3