They cannot be customized in Configurations for now, so change them in "wincmd.ini".
To get the color value I currently use Paint to get the RGB values then I put them in an excel sheet.
There I calculate TCs code like this: (A1 red value, A2 green value, A3 blue value)
Code: Select all
=A1 + 256*A2 + 256*256*A3
You may also use this French tool or Color Cop (you can get the color for TC with the mode color PowerBuilder - Ctrl+P).
Here are my settings for Path-Bar-Control: (Image)
Code: Select all
ActiveTitle = 12476675 (R: 3, G: 97, B: 190)
ActiveTitleText = 16777215 (R: 255, G: 255, B: 255)
InactiveTitle = 13864005 (R: 69, G: 140, B: 211)
InactiveTitleText = 16777215 (R: 255, G: 255, B: 255)
Code: Select all
CompareText=213
CompareBinary=213
CompareTextSel=213
CompareBinarySel=213
CompareNormalText=0
CompareNormalBack=16777215
CompareDifferenceBack=379887
CompareSelText=144721
CompareSelBack=11395825