From 1b850fcf55d88f61563d5a045fb1bdb8475c15d9 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 21 Jun 2013 22:50:36 +0200 Subject: [PATCH] Fix sidebar in open-file dialog and thunar --- gtk-2.0/apps/thunar.rc | 15 +++++++++++++++ gtk-2.0/gtkrc | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 gtk-2.0/apps/thunar.rc diff --git a/gtk-2.0/apps/thunar.rc b/gtk-2.0/apps/thunar.rc new file mode 100644 index 0000000..4d08f2a --- /dev/null +++ b/gtk-2.0/apps/thunar.rc @@ -0,0 +1,15 @@ +style "sidepane" +{ + base[NORMAL] = @bg_color + base[INSENSITIVE] = mix (0.4, shade (1.35,@selected_bg_color), shade (0.9,@base_color)) + bg[NORMAL] = @bg_color + text[NORMAL] = mix(0.9, @fg_color, @bg_color) +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*ThunarLocationEntry*" style "murrine-entry" + +# Gtk2 Open-File Dialog +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "treeview-header" \ No newline at end of file diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index cc24b29..39c9e74 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -727,3 +727,5 @@ widget_class "*GimpToolbox*" style "performance-fix" widget_class "*GimpMenuDock*" style "performance-fix" widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) + +include "apps/thunar.rc" \ No newline at end of file