How do we change certain syntax colors for a certain type of file or for some certain types of file of the same associated group ?
it's bit baffling couldn't solve it for so long time, thanks before
WARNING - this will disconnect those styles for those languages from the colour schemes so they will not change if the colour scheme changes.
`Tools->Configuration Files->Configuration Files->...` go on to select your filetype and the filetype configuration will open.
Edit the styling section to map lexical entities to fixed styles see [the manual](https://www.geany.org/manual/current/index.html#styling-section).
Save the file.
How cannot I change the color of LHS word in a configuration file i.e. any file with extension name .conf
inside the file of the colorscheme: ... ``` [named_colors] white=#fff whitedim=#f7f7f7 graydark=#4c4b4c black=#000 marker_search_turquoise=#286659 black=#000 blue=#35f blues=#007 red=#f41 yellow=#fffe23 green=#3f2 greens=#060 pink=#fd2ef7 purple=#caf lime=#55ff59
[styling] default=white;black comment=red;whitedim section=red;white key=lime;black assignment=lime;red ``` ...
can't succeed change the color of LHS word ie. eg: "white" or "graydark" of:
``` white=#fff graydark=#4c4b4c
``` Help more clarify it
github-comments@lists.geany.org