'HeDiBo' wrote:
Now only the dark skins have subtle lines. The majority of the skins (the light ones) all have heavy lines. That was OK previously, now it's horrible,
You get more subtle lines if you make this change to acDBGrid:
Code:
Line 1363:
// Canvas.Pen.color := MixColors(SkinData.SkinManager.Palette[pcEditText], SkinData.SkinManager.Palette[pcEditBG], 0.3);
Canvas.Pen.color := MixColors(SkinData.SkinManager.Palette[pcEditText], SkinData.SkinManager.Palette[pcEditBG], 0.15);
But for lighter skins I would even prefer a 0.1 factor, where dark skins could do with the 0.3 factor.
The problem is that our eyes are not linear for differences between dark shades and light shades.
I also tried other base colors but did not find two colors that had the sought after effect for all skins.