On 2020-05-23 8:59 a.m., Jim wrote:
Using Geany 1.36 on Linux Mint 18.3
I am writing mostly Python code. When I do a Ctrl-f to popup a search box the background color on the highlighted term is a light gray that is hard for me to spot easily.
Is there a way to change the background color to something that is easier to see?
You can tweak it using GTK+ CSS. In a file at `~/.config/geany/geany.css` (Tools->Configuration Files->geany.css) you can put some CSS similar to the stuff between line 12 and line 26 here[0], adapted for your needs. It's hard to be specific without seeing exactly what you're talking about.
Alternatively, you could probably just switch GTK+ themes.
[0]: https://github.com/geany/geany/blob/ea649d8024b14ce55a922e146078ad1bc15533df...
Regards, Matthew Brush