[Geany-Users] Fwd: geany customization via gtk+3 css
Matthew Brush
mbrush at xxxxx
Wed Mar 28 00:44:25 UTC 2018
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
More information about the Users
mailing list