diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-07-28 22:09:35 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-07-28 22:09:35 +0300 |
commit | e450545b966e867db59adcfa74c59d9940007414 (patch) | |
tree | 2a5a802bbb659101664e2219897413e39ab12c2c /Kogaion-daylight/gtk-2.0/apps/thunar.rc | |
parent | dac8d8d5af504420eeceaac8dbe27683da8482b7 (diff) |
add themes
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/apps/thunar.rc')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/apps/thunar.rc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Kogaion-daylight/gtk-2.0/apps/thunar.rc b/Kogaion-daylight/gtk-2.0/apps/thunar.rc new file mode 100755 index 0000000..8e6ef55 --- /dev/null +++ b/Kogaion-daylight/gtk-2.0/apps/thunar.rc @@ -0,0 +1,30 @@ +## 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] = @sidebar_background # backgroung + bg[NORMAL] = shade (0.91, @base_color) + bg[PRELIGHT] = @fg_color + + engine "murrine" + { + # gradient_shades = {1.00, 1.05, 1.05, 1.10} + contrast = 0.80 + } +} + +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" + |