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/app-styles/file-manager.rc | |
parent | a6b1844cbd928c08b60ef861e26bba32303230ea (diff) |
fixing sidepanel for caja. changed xfce panel
Diffstat (limited to 'Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc')
-rwxr-xr-x | Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc b/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc new file mode 100755 index 0000000..92afeca --- /dev/null +++ b/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc @@ -0,0 +1,36 @@ +style "sidepane" +{ + base[NORMAL] = mix (0.5, @window_active_color, @bg_color) # backgroung + bg[NORMAL] = shade (0.91, @base_color) +# bg[PRELIGHT] = @base_color + + engine "murrine" + { + contrast = 0.80 + } +} + +# Thunar + +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" + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" + +# Caja + +widget_class "*CajaSidePane*" style "sidepane" +# widget_class "*CajaPathBar.*ToggleButton*" style:highest "test" +# widget "*CajaNavigationWindow*GtkHPaned*" style "test" +# widget_class "*CajaNotebook" style "test" |