Hello,

Sorry, I should have said that I did some searching and found out about enabling via dconf editor.

So, if I select the right hand panel showing the Files tab, the CSS Selector button shows a tree of selectors starting with box(vbox) and ending with treeview:focus:dir-ltr-view

Now in usr/share/themes/TraditionalOK/gtk-3.0 I find 6 .css files.
Searching these for 'treeview' yielded gtk-widgets.css having many treeview entries mentioning background-color.

The one that seems most promising is:

*:selected,
*:selected:focus {
    background-color: @theme_selected_bg_color;
    color: @theme_selected_fg_color;
}

Quite some journey!

I have not yet tried setting this one in geany.css, but will report back.

Geoff

33 Ashbury Close, Cambridge CB1 3RW 01223 710582

On 18/05/2025 22:01, Enrico Tröger via Users wrote:
On 12.05.25 23:31, Geoff Kaniuk via Users wrote:
Hi,

The GTK inspector looks very useful - thanks.

I assume there is a package that needs installing. A really quick look at  Debian packages produced 109 mentioning GTK Inspector.

Any idea which one?

(I tried CTRL + SHIFT + I on a Geany window - no response.)

I don't think you need to install anything.

As described in the documentation in the previous post, you need to enable via "enable-inspector-keybinding" it in the settings (e.g. using dconf-editor).


Regards,
Enrico


_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to