summaryrefslogtreecommitdiff
path: root/gtk-2.0
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2012-01-27 16:03:37 -0500
committerJean-Philippe Fleury <contact@jpfleury.net>2012-01-27 16:03:37 -0500
commit2cc62752d44d3fd397ec9782fd14b5887f33886a (patch)
tree9173918119b088b1b8f16b8ceb2ef83f17d4873f /gtk-2.0
parent7d741c257bb200da4a3eca994f5b6a6f09283051 (diff)
Mise à jour du fichier de configuration pour GTK2
Diffstat (limited to 'gtk-2.0')
-rw-r--r--gtk-2.0/gtkrc18
1 files changed, 5 insertions, 13 deletions
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 "*.<ETable>.<ECanvas>" style "treeview_header"
# Workaround for the evolution ETree
-widget_class "*.ETree.ECanvas" style "treeview_header"
+widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.