I'm using an adaption of a theme file, and this is the pertinent line:
`current_line=#000;#4d5a68;true`
This gives me a slightly softer background and sets the line apart. I searched around, but didn't find what the `True` and `False` parameters do in these line specs.
My problem is I'm constantly going back and forth between geany and another program, and each time I lose the line's highlighting, so I have to visually search for it.
What I would like is if the line would stay highlighted even when I'm focused on another program. This is the way Kate and Kwrite work.
Thanks much!
Scintilla has a [setting](https://www.scintilla.org/ScintillaDoc.html#SCI_SETCARETLINEVISIBLEALWAYS) for that, but Geany does not use it AFAICT (well, AFAFIFCT :-). "Somebody" could make a PR adding a preference to Geany to set it in Scintilla.
github-comments@lists.geany.org