diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-14 12:38:12 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-14 12:38:12 -0700 |
commit | 576fa1905954e9e42f1e9354d81d68f84d22ddf9 (patch) | |
tree | d6204b3af17a0a0edc7f2c7b398033d1731e471f /desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc | |
parent | 34caaf10ca8755658b871edc552931e26a138d18 (diff) | |
parent | fe0cbfb817dad5e7eba95d1b660db9ec09d3e508 (diff) | |
download | mate-themes-576fa1905954e9e42f1e9354d81d68f84d22ddf9.tar.bz2 mate-themes-576fa1905954e9e42f1e9354d81d68f84d22ddf9.tar.xz |
Merge pull request #21 from NiceandGently/master
add GreenLaguna GTK2/3 theme
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc b/desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc new file mode 100644 index 00000000..d679867f --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc @@ -0,0 +1,74 @@ +########################################## +# CAJA +########################################## +gtk_color_scheme = "fg_color:#101010\nbg_color:#E9EFE7" + +style "caja-handle" +{ + GtkPaned::handle-size = 0 + xthickness = 0 + ythickness = 0 + base[NORMAL] = @bg_color +} + +style "caja-sidebar" +{ + + text[NORMAL] = @fg_color + base[NORMAL] = @bg_color + font_name = "Regular" + + GtkTreeView::odd_row_color = @bg_color + GtkTreeView::even_row_color = @bg_color + + # padding from the left edge + GtkTreeView::horizontal_separator = 15 + xthickness = 0 + ythickness = 0 +} + +style "caja-extra-view" +{ + + xthickness = 0 + ythickness = 0 + + bg[NORMAL] = @bg_color +} + + +style "caja-view" +{ + xthickness = 0 + ythickness = 0 + bg[NORMAL] = "#F1F7EF" + base[NORMAL] = "#F1F7EF" + +} +style "caja-statusbar" +{ + xthickness = 4 + ythickness = 1 +} +style "caja-window-base" +{ + #bg[NORMAL] = @bg_color + +} + +style "caja-location" { + + bg[NORMAL] = mix (0.60, shade (1.05, "#E9EFE7"), "#E9EFE7") +} + + +# CAJA +widget_class "*Caja*Window*" style "caja-window-base" +widget_class "*Caja*Places*Sidebar*" style "caja-sidebar" +widget_class "*Caja*View*" style "caja-view" +widget "*Caja*Splitter" style "caja-handle" +widget_class "*Caja*Statusbar*" style "caja-statusbar" +# For Elementay Caja +widget_class "*Caja*GtkToolbar*" style "murrine-togglebutton" + +widget "*.caja-extra-view-widget" style : highest "caja-location" |