diff options
author | raveit65 <[email protected]> | 2014-03-02 19:12:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-03-02 19:12:30 +0100 |
commit | 67891b741dbe6a64518aac585445ce2ffe41c081 (patch) | |
tree | 54c3ece49ac9378d47148d2649d4734b217a0f25 /desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc | |
parent | f59a97e1faec25329c0840177cd4da4f800333f6 (diff) | |
download | mate-themes-67891b741dbe6a64518aac585445ce2ffe41c081.tar.bz2 mate-themes-67891b741dbe6a64518aac585445ce2ffe41c081.tar.xz |
Menta, Menta-Blue: update to zukitwo changes from 2013.12.10
Good bye adwaita engine warning + div. improvements
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc new file mode 100644 index 00000000..0179ae2b --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/thunar.rc @@ -0,0 +1,46 @@ +# ======================== +# THUNAR SPECIFIC SETTINGS +# ======================== + +style "thunar-location" { + ThunarLocationButtons::spacing = 0 +} + +style "thunar-handle" { + GtkPaned::handle-size = 1 + engine "pixmap" { + image { function = HANDLE file = "/Handles/handle-caja.png" stretch = TRUE border = { 0, 0, 0, 0 } } + } +} + +style "thunar-statusbar" { + bg[NORMAL] = @base_color + + engine "pixmap" { + image { + function = RESIZE_GRIP + recolorable = FALSE + detail = "statusbar" + overlay_file = "/Others/null.png" + overlay_border = {0,0,0,0 } + overlay_stretch = FALSE + } + } +} + +style "thunar-sidepane" { + GtkTreeView::odd_row_color = @bg_color + GtkTreeView::even_row_color = @bg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarLocationButtons*" style "thunar-location" +widget_class "*ThunarShortcutsView*" style "thunar-sidepane" +widget_class "*ThunarTreeView*" style "thunar-sidepane" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" +widget_class "*ThunarStatusbar*" style "thunar-statusbar" |