Is there any way to change how Geany highlights a misspelled word? At least make those red squiggly underlines a lot bolder? Or, better still, switch background color? Those lines are barely visible on my system.
I'm afraid you can't change anything but the color. AFAIK it uses Geany's *error indicator*, that is the colorscheme's `indicator_error`, see https://www.geany.org/manual/#id4
I was wondering if this still is not possible? I can't get indicator_error to change the color of the squiggly underlines. Is there any workaround? Thanks
Unfortunately, yes still not possible to change more than the color. The squiggly underline is hardcoded and only the foreground color can be changed.
To change the foreground color you should have something like: ```ìni [styling] indicator_error=0x#008000 ``` in your `filetypes_common.conf` (edit this file via `Tools->Configuration Files->filetypes_common.conf`).
Anything beyond this needs a PR which makes more settings configurable.
github-comments@lists.geany.org