by t.simoncini » 13 May 2022, 7:09
Hi John,
I've worked on a bunch of different project, and personalizing the colors and the UI has always been a pain you know where.
I've found the best way (or I should say the less worse) is to work for some things on visual styles inside INDE, and for others directly on personalized CSS.
Changing the basic grey in the zen theme should be doable; just search in the theme folder (i.e. C:\Program...\INDE\CURRENT\Template\Theme\zen) all the files that has a reference to the standard grey hex (#8A9399). Those are the things you need to change. It might not be enough and you might have to change other stuff, like the grid active row highlighting, or the font colors. Also, if you need to change other backgrounds colors, the only way is to open the object inspector of your browser and dive deep into the rabbit hole.
The bright side is that I always got to a decent result.