On Thu, 13 Nov 2014 22:44:02 +0100, Elena ``of Valhalla''
<[email protected]> wrote:
> Actually I've just realized that I didn't exactly apply that patch,
> but used 
> 
> color: #text_normal;
> 
> background-color: #base_selected;
> color: #text_selected;
> 
> whith # instead of @.
> 

I'm sure it works, but that is just because #text_normal #base_selected
and #text_selected are not valid color names. You can try writing
$whatever instead of #text_normal and it still will work. 
If you check you are getting warnings using those 3 values, something
like:

(xombrero:6906): Gtk-WARNING **: Theme parsing error:
xombrero.css:47:8: '' is not a valid color name

The behavior using fake values basically is the same you get if you
just delete those lines, one of the possible workarounds as explained in
a previous email.

So far for me the best option is exactly deleting those three lines
and a fourth one to fix the text selection in the statusbar.

I am on Debian Sid with no DE, just awesome wm, but I quickly tested
also this patch in testing with LXDE and GNOME.


--- xombrero.css.orig   2014-09-09 19:09:18.000000000 +0100
+++ xombrero.css        2014-10-22 19:25:37.634493773 +0100
@@ -44,7 +44,6 @@
 
 .entry {
        padding: 2px;
-       color: @text_color;
 }
 
 #vbox > .entry,
@@ -59,7 +58,6 @@
 
 #statusbar > GtkEventBox .entry {
        background-image: none;
-       background-color: rgba(0, 0, 0, 0);
 }
 
 GtkEventBox#red,
@@ -107,8 +105,6 @@
 #statusbar .entry.progressbar#green,
 #statusbar .entry.progressbar#blue {
        background-image: none;
-       background-color: @selected_bg_color;
-       color: @selected_fg_color;
 }
 
 .button#Back,



Cheers,
-- 
Francesco


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to