summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgtk-themes/ContrastHighInverse/gtkrc.in10
-rw-r--r--gtk-themes/ContrastHighLargePrint/gtkrc.in9
-rwxr-xr-xgtk-themes/ContrastHighLargePrintInverse/gtkrc.in9
-rw-r--r--gtk-themes/ContrastLow/gtkrc.in7
-rw-r--r--gtk-themes/ContrastLowLargePrint/gtkrc.in7
-rw-r--r--gtk-themes/LargePrint/gtkrc.in7
6 files changed, 49 insertions, 0 deletions
diff --git a/gtk-themes/ContrastHighInverse/gtkrc.in b/gtk-themes/ContrastHighInverse/gtkrc.in
index 7c574be0..402a4e53 100755
--- a/gtk-themes/ContrastHighInverse/gtkrc.in
+++ b/gtk-themes/ContrastHighInverse/gtkrc.in
@@ -94,3 +94,13 @@ style "default"
@media_stock_icons_rc@
@capplet_stock_icons_rc@
@marco_stock_icons_rc@
+
+#caja improvements
+
+style "caja-location"
+{
+ bg[NORMAL] = mix (0.60, shade (1.05, "#000033"), "#000033")
+}
+
+widget "*.caja-extra-view-widget" style : highest "caja-location"
+
diff --git a/gtk-themes/ContrastHighLargePrint/gtkrc.in b/gtk-themes/ContrastHighLargePrint/gtkrc.in
index 3b69523f..004d4b03 100644
--- a/gtk-themes/ContrastHighLargePrint/gtkrc.in
+++ b/gtk-themes/ContrastHighLargePrint/gtkrc.in
@@ -109,3 +109,12 @@ style "default"
@media_stock_icons_rc@
@capplet_stock_icons_rc@
@marco_stock_icons_rc@
+
+#caja improvements
+
+style "caja-location"
+{
+ bg[NORMAL] = mix (0.60, shade (1.05, "#FFFFFF"), "#FFFFFF")
+}
+
+widget "*.caja-extra-view-widget" style : highest "caja-location"
diff --git a/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in b/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in
index dd4d3ece..af9092d5 100755
--- a/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in
+++ b/gtk-themes/ContrastHighLargePrintInverse/gtkrc.in
@@ -109,3 +109,12 @@ style "default"
@media_stock_icons_rc@
@capplet_stock_icons_rc@
@marco_stock_icons_rc@
+
+#caja improvements
+
+style "caja-location"
+{
+ bg[NORMAL] = mix (0.60, shade (1.05, "#000033"), "#000033")
+}
+
+widget "*.caja-extra-view-widget" style : highest "caja-location"
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"
diff --git a/gtk-themes/ContrastLowLargePrint/gtkrc.in b/gtk-themes/ContrastLowLargePrint/gtkrc.in
index ba3a55f8..5ae3fae3 100644
--- a/gtk-themes/ContrastLowLargePrint/gtkrc.in
+++ b/gtk-themes/ContrastLowLargePrint/gtkrc.in
@@ -70,3 +70,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"
diff --git a/gtk-themes/LargePrint/gtkrc.in b/gtk-themes/LargePrint/gtkrc.in
index a339e82d..3ab1d948 100644
--- a/gtk-themes/LargePrint/gtkrc.in
+++ b/gtk-themes/LargePrint/gtkrc.in
@@ -45,3 +45,10 @@ style "default"
}
class "GtkWidget" style "default"
+
+style "caja-location"
+{
+ bg[NORMAL] = mix (0.60, shade (1.05, "#DCDAD5"), "#DCDAD5")
+}
+
+widget "*.caja-extra-view-widget" style : highest "caja-location"