summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc43
1 files changed, 43 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc
new file mode 100644
index 00000000..8220d238
--- /dev/null
+++ b/desktop-themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc
@@ -0,0 +1,43 @@
+style "pcmanfm-sidebar" = "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"