diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-23 12:42:47 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-23 12:42:47 +0300 |
commit | fefba35ac76bc2cfae9149a15e1efa26629ae708 (patch) | |
tree | d45be42cdce47f19cd1f3e79a8e6a1ffdcca62ab /Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc | |
parent | 58f920a8aaf96b4fdd43351c0ec8a42ff7f86e7e (diff) |
replace gtk2. we go murrine only at all cost
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, 0 insertions, 36 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 deleted file mode 100755 index 92afeca..0000000 --- a/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc +++ /dev/null @@ -1,36 +0,0 @@ -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" |