From 85d615382e076522f024af1b0303c34ea8b284f9 Mon Sep 17 00:00:00 2001 From: raveit Date: Thu, 21 Feb 2013 23:39:06 +0100 Subject: fix "Not using units is deprecated. Assuming 'px' " in gtk3 themes add improvment for caja in gtcrc files --- gtk-themes/Simply/gtkrc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gtk-themes/Simply/gtkrc') diff --git a/gtk-themes/Simply/gtkrc b/gtk-themes/Simply/gtkrc index dfa880f9..ab468804 100644 --- a/gtk-themes/Simply/gtkrc +++ b/gtk-themes/Simply/gtkrc @@ -76,3 +76,11 @@ class "GtkCheckButton" style "togglebuttons" class "GtkRadioButton" style "togglebuttons" class "GtkProgressBar" style "progressbar" class "GtkEntry" style "entry" + +# caja improvment +style "simply-caja-location" +{ + bg[NORMAL] = mix (0.60, shade (1.05, "#e2e2de"), "#e2e2de") +} + +widget "*.caja-extra-view-widget" style : highest "simply-caja-location" -- cgit v1.2.1