diff options
author | raveit65 <[email protected]> | 2013-11-15 13:22:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-16 19:30:48 +0200 |
commit | 747ce06b056160692e64dc63bb5a182d1ae70daa (patch) | |
tree | 5856463b25f625b00c19ef6e7f434d27f605ad33 /desktop-themes/Menta-Blue/gtk-2.0/apps/pcmanfm.rc | |
parent | 388687dfb62082e36b29a06cfbaa96ce23d22b03 (diff) | |
download | mate-themes-747ce06b056160692e64dc63bb5a182d1ae70daa.tar.bz2 mate-themes-747ce06b056160692e64dc63bb5a182d1ae70daa.tar.xz |
rename Menta-Blue to BlueMenta
Diffstat (limited to 'desktop-themes/Menta-Blue/gtk-2.0/apps/pcmanfm.rc')
-rw-r--r-- | desktop-themes/Menta-Blue/gtk-2.0/apps/pcmanfm.rc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/apps/pcmanfm.rc b/desktop-themes/Menta-Blue/gtk-2.0/apps/pcmanfm.rc deleted file mode 100644 index 8dcfdaed..00000000 --- a/desktop-themes/Menta-Blue/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"
|