diff options
author | raveit <[email protected]> | 2013-02-25 09:28:58 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-02-25 09:28:58 +0100 |
commit | dab8c4ed32f6d0f906585b53cfabeb0e1482c809 (patch) | |
tree | a029f1374f7e67be7044062312d5e5a5d5ce5ec8 /gtk-themes/ContrastLow/gtkrc.in | |
parent | b46fdd63e1acc1d935b0c0aaa0d4573fbccc003b (diff) | |
download | mate-themes-dab8c4ed32f6d0f906585b53cfabeb0e1482c809.tar.bz2 mate-themes-dab8c4ed32f6d0f906585b53cfabeb0e1482c809.tar.xz |
add caja improvements to gtkrc's of the rest of the theme
Diffstat (limited to 'gtk-themes/ContrastLow/gtkrc.in')
-rw-r--r-- | gtk-themes/ContrastLow/gtkrc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk-themes/ContrastLow/gtkrc.in b/gtk-themes/ContrastLow/gtkrc.in index cc0426aa..ebcb2e67 100644 --- a/gtk-themes/ContrastLow/gtkrc.in +++ b/gtk-themes/ContrastLow/gtkrc.in @@ -55,3 +55,10 @@ style "default" @media_stock_icons_rc@ @capplet_stock_icons_rc@ @marco_stock_icons_rc@ + +style "caja-location" +{ + bg[NORMAL] = mix (0.60, shade (1.05, "#9A9A9A"), "#9A9A9A") +} + +widget "*.caja-extra-view-widget" style : highest "caja-location" |