From 52ee2045f861302d54230c49d1de60005e23533c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 8 Dec 2013 17:45:30 +0100 Subject: add BlueMenta GTK3-3.8 to 1.6 branch --- desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc') diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc new file mode 100644 index 00000000..8dcfdaed --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/pcmanfm.rc @@ -0,0 +1,43 @@ +style "pcmanfm-sidebar" = "murrine-sidebar" { + font_name = "Regular" + + GtkTreeView::odd_row_color = @bg_color + GtkTreeView::even_row_color = @bg_color + + # these make the padding from left window edge a little more sane + GtkTreeView::vertical_separator = 4 + GtkTreeView::horizontal_separator = 15 + GtkTreeView::indent-expanders = 1 # 1 means TRUE + GtkTreeView::expander-size = 8 + GtkExpander::expander_spacing = 16 + GtkButton::image_spacing = 4 + + xthickness = 0 + ythickness = 1 +} + +# A little more vertical padding on the toolbar +style "pcman-padding" { + xthickness = 3 + ythickness = 3 +} + +# For the thin gray line separating the sidepane and viewpane +style "pcmanfm-handle" +{ + GtkPaned::handle-size = 1 + + engine "pixmap" { + image { + function = HANDLE + recolorable = TRUE + file = "Handles/handle-caja.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + } +} + +widget_class "*FmMainWin*GtkToolbar*" style "pcman-padding" +widget_class "*FmSidePane*" style "pcmanfm-sidebar" +widget "*FmMainWin*FmTabPage" style "pcmanfm-handle" -- cgit v1.2.1