[Geany-Users] Fwd: geany customization via gtk+3 css

André Grötzsch angrdd at xxxxx
Wed Mar 28 18:04:00 UTC 2018


I did - without success.

2018-03-28 2:44 GMT+02:00 Matthew Brush <mbrush at codebrainz.ca>:

> On 2018-03-27 02:01 PM, André Grötzsch wrote:
>
>> Hi,
>>
>> I customized my geany message window compiler tab via ~/.config/geany.css
>> on a fedora 27 system:
>>
>> treeview {
>>      background-color: #2e3436;
>>      color: #dfdee0;
>> }
>> treeview:selected {
>>      background-color: #626d71;
>> }
>> /*#geany-compiler-error {
>>      color: red;
>> }*/
>> #geany-compiler-message {
>>      color: #dfdee0;
>> }
>> #geany-compiler-context {
>>      color: orange;
>> }
>>
>> It's working well unless I *select* a line of a compiler error or a
>> compiler context. Then line color switches to the color I set for treeview
>> nodes in general in the first rule.
>>
>> Any ideas how to fix this?
>>
>>
> Did you try putting the `:selected` pseudo-class onto the
> `#geany-compiler-message` selector like you did with `treeview`?
>
> Regards,
> Matthew Brush
>
> _______________________________________________
> Users mailing list
> Users at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/users/attachments/20180328/4e905adf/attachment.html>


More information about the Users mailing list