diff options
author | raveit65 <[email protected]> | 2015-07-04 17:09:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-04 17:09:49 +0200 |
commit | 3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72 (patch) | |
tree | f2ab19e3337a8b0fbd7436022d657d57970285bd /desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc | |
parent | 9f39ea680db4a190de23263ffe0408f078ecd38a (diff) | |
download | mate-themes-3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72.tar.bz2 mate-themes-3da152ff7ed8bede8ae686c6ac6f1d5f0c57ca72.tar.xz |
add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc b/desktop-themes/Blue-Submarine/gtk-2.0/apps/thunar.rc new file mode 100644 index 00000000..1c64e9c9 --- /dev/null +++ b/desktop-themes/Blue-Submarine/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" + |