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