Hi DaniWeb,
I'm getting a light blue background in the text box.
I don't know why this is happening or how to fix it.(it's usually white)
Please see below for screenshot.
If anyone can help me it would be much appreciated.
Hi DaniWeb,
I'm getting a light blue background in the text box.
I don't know why this is happening or how to fix it.(it's usually white)
Please see below for screenshot.
If anyone can help me it would be much appreciated.
Useful follow-up tied to the thread: the blue editor background turned out to be a display colour‑depth problem rather than a Geany colour‑scheme bug, as reported. When the X server or a remote/VM session is running with a very small indexed palette (for example a 16‑colour mode), GTK/Scintilla theme colours get mapped into that palette and can look wrong (white mapped to blue, etc.). ’s config checks are sensible, but if theme settings look normal, inspect the display colour depth next.
Quick diagnostics (X11):
xdpyinfo | grep -i 'depth' If that shows a low value (4 or 8), the session is palette‑based. Also open another GTK app (eg. a simple text editor); if it also shows wrong backgrounds, the issue is system/connection level, not Geany.
Common fixes and places to look
vncserver -geometry 1280x800 -depth 24 :1 Section "Screen"
Identifier "Screen0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection Only change X configuration if comfortable; reboot after editing.
Troubleshooting reminders
Restart Geany after any display change (GUI toolkits pick visuals at startup). If true colour is set but the problem remains, check GPU drivers/compositor or test in a Live session or a fresh user account to determine whether it’s global or user‑specific. This is a display‑colour issue — switching back to true colour restores the expected white background.
Jump to Post— cereal 1,524Check the color scheme inside
.config/geany/geany.conf. Before editing the value, close Geany otherwise the current window will overwrite your changes.
Jump to Post— cereal 1,524Yup, check if in
~/.config/geany/colorschemes/there are files and set one of those as default, for example:color_scheme=github.conf, include the extension, if there aren't any files then you have two choices:
- reinstall Geany, so uninstall the programm and delete the configuration folder under your profile, i.e.
~/.config/geany/, not the .config …
Check the color scheme inside .config/geany/geany.conf. Before editing the value, close Geany otherwise the current window will overwrite your changes.
Thanks for your response cereal, inside the config file it says "color_scheme= ", so this probably means that I have to set the color scheme back to default. I don't think I ever changed the color preferences before, so I don't know how this could of happened all of a sudden.
I'm out of ideas now. Help?
Yup, check if in ~/.config/geany/colorschemes/ there are files and set one of those as default, for example: color_scheme=github.conf, include the extension, if there aren't any files then you have two choices:
~/.config/geany/, not the .config directory itself, because it contains other software data;Note: I'm suggesting to edit geany.conf because the switcher interface doesn't work properly. Hope it helps, bye!
You know what? I got it. It had nothing to do with the color scheme. It was to do with the amount of colors the screen was displaying. When the screen was set to 16 colors, it displayed a blue background for some reason. But when I switched it back to true colors, the background became white again.
Thanks for your time and patience cereal.
You're welcome and thank you for sharing the solution :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.