diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-09 14:22:47 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-09 14:22:47 +0300 |
commit | 823aff4c16279c6c5140e768995e9721c022d80b (patch) | |
tree | 3131fb9790f698569e237399e904a43dc63e18d3 /Kogaion-nighttime/gtk-2.0/apps/thunar.rc | |
parent | a6b1844cbd928c08b60ef861e26bba32303230ea (diff) |
fixing sidepanel for caja. changed xfce panel
Diffstat (limited to 'Kogaion-nighttime/gtk-2.0/apps/thunar.rc')
-rwxr-xr-x | Kogaion-nighttime/gtk-2.0/apps/thunar.rc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Kogaion-nighttime/gtk-2.0/apps/thunar.rc b/Kogaion-nighttime/gtk-2.0/apps/thunar.rc deleted file mode 100755 index 1c3869b..0000000 --- a/Kogaion-nighttime/gtk-2.0/apps/thunar.rc +++ /dev/null @@ -1,29 +0,0 @@ -## Some additional thunar-specific theming -style "thunar-path-entry-increased-style" -{ - ThunarPathEntry::icon-size = 16 -} -class "ThunarPathEntry" style "thunar-path-entry-increased-style" - -style "thunar-location-buttons" -{ - ThunarLocationButtons::spacing = 0 -} -class "ThunarLocationButtons" style "thunar-location-buttons" - -style "sidepane" -{ - base[NORMAL] = mix (0.5, @window_active_color, @bg_color) # backgroung - bg[NORMAL] = shade (0.91, @base_color) - bg[PRELIGHT] = @fg_color - - engine "murrine" - { - contrast = 0.80 - } -} - -widget_class "*ThunarShortcutsView*" style "sidepane" -widget_class "*ThunarTreeView*" style "sidepane" -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" - |