Thank you Enrico for your response. Yes, I did initially have a look at geany.css - but it contains no mention of font size. It also has many more entries than in the online manual.

Most entries have the form:
#geany-compiler-context {
    color: #7f0000;
}

Is there a list of all the selectors geany uses somewhere?

I can guess that the entry for the statusbar font-size might look like:
#geany-statusbar {
        font: 15pt monospace;
}

But I need to know for sure.

For the record Debian 12.10, Geany 1.38

Regards,
Geoff

33 Ashbury Close, Cambridge CB1 3RW 01223 710582

On 04/05/2025 11:09, Enrico Tröger via Users wrote:
Hi,

On 27.04.25 13:03, Geoff Kaniuk via Users wrote:
Changing to Sans Regular was a mistake - so after reboot I have reverted to Monospace Regular.  Now the fonts in all the panes are the same, except the status bar.

This still leaves the background colour problem in the side and bottom panes.

you probably need to tweak these fonts using CSS.
For details see https://geany.org/manual/#customizing-geany-s- appearance-using-gtk-css.

The status bar selector is "statusbar", the others I don't know :(.

Regards,
Enrico


_______________________________________________
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org

_______________________________________________
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org

Reply via email to