<div dir="ltr">I did - without success.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-28 2:44 GMT+02:00 Matthew Brush <span dir="ltr"><<a href="mailto:mbrush@codebrainz.ca" target="_blank">mbrush@codebrainz.ca</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2018-03-27 02:01 PM, André Grötzsch wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi,<br>
<br>
I customized my geany message window compiler tab via ~/.config/geany.css<br>
on a fedora 27 system:<br>
<br>
treeview {<br>
     background-color: #2e3436;<br>
     color: #dfdee0;<br>
}<br>
treeview:selected {<br>
     background-color: #626d71;<br>
}<br>
/*#geany-compiler-error {<br>
     color: red;<br>
}*/<br>
#geany-compiler-message {<br>
     color: #dfdee0;<br>
}<br>
#geany-compiler-context {<br>
     color: orange;<br>
}<br>
<br></span>
It's working well unless I *select* a line of a compiler error or a<span class=""><br>
compiler context. Then line color switches to the color I set for treeview<br>
nodes in general in the first rule.<br>
<br>
Any ideas how to fix this?<br>
<br>
</span></blockquote>
<br>
Did you try putting the `:selected` pseudo-class onto the `#geany-compiler-message` selector like you did with `treeview`?<br>
<br>
Regards,<br>
Matthew Brush<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-bi<wbr>n/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>