—> Pierre

Hello !
• To lighten the issue here { if I may say…:P }, below is a part of my
nnn.theme file located in
E:\Documents and Settings\CLAUDE\Mes documents\perso_cata.theme,
where the colours I use in Windows are set with a classic Win 9x theme.
[Control Panel\Colors]
ActiveTitle=255 255 156
Background=58 110 165
Hilight=255 203 148
HilightText=0 0 128
TitleText=0 0 0
Window=255 255 213 —> The BG of the windows I talk of above = “Cream ”
WindowText=0 0 0
…
ButtonFace=212 208 200 —> The medium-grey shown in Win Explorer as a BG when the focus is lost, but that I don't get here still, while it works with XP SP2.
ButtonShadow=128 128 128 —> The dark-grey I get still instead of the right one above…
GrayText=128 128 128
ButtonText=0 0 0
InactiveTitleText=0 0 0
ButtonHilight=255 255 255
ButtonDkShadow=64 64 64
ButtonLight=212 208 200
…
• Hoping this helps, maybe to ease the addition of an INI entry (or a flag if any exists already ? I didn't find it…)
• Aside : Let's notice that for the colours by
Windows above, the simple decimal
RRR_GGG_BBB code is used.
- In XnView, this is the awful system using “complements”
- So, why not support the reverse hexa-code, which is much more easy to change by hand when needed for tests ? Like :
$BB_GG_RR

KR
Claude
Clo