From dab8c4ed32f6d0f906585b53cfabeb0e1482c809 Mon Sep 17 00:00:00 2001 From: raveit Date: Mon, 25 Feb 2013 09:28:58 +0100 Subject: add caja improvements to gtkrc's of the rest of the theme --- gtk-themes/ContrastHighInverse/gtkrc.in | 10 ++++++++++ gtk-themes/ContrastHighLargePrint/gtkrc.in | 9 +++++++++ gtk-themes/ContrastHighLargePrintInverse/gtkrc.in | 9 +++++++++ gtk-themes/ContrastLow/gtkrc.in | 7 +++++++ gtk-themes/ContrastLowLargePrint/gtkrc.in | 7 +++++++ gtk-themes/LargePrint/gtkrc.in | 7 +++++++ 6 files changed, 49 insertions(+) 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" -- cgit v1.2.1