diff options
author | raveit <[email protected]> | 2013-03-13 17:10:44 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-13 17:10:44 +0100 |
commit | fe0cbfb817dad5e7eba95d1b660db9ec09d3e508 (patch) | |
tree | d6204b3af17a0a0edc7f2c7b398033d1731e471f /desktop-themes/GreenLaguna/gtk-2.0/Styles/caja.rc | |
parent | 521be1e8627341bfbfc7f6466723b09e2d5cae80 (diff) | |
download | mate-themes-fe0cbfb817dad5e7eba95d1b660db9ec09d3e508.tar.bz2 mate-themes-fe0cbfb817dad5e7eba95d1b660db9ec09d3e508.tar.xz |
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" |