Draconian wrote:
Rod. Thanks for the help. I got it to load and I changes the font color to white but the pattern does not repeat properly like at hte bottom of the tool dialog. Also, how do I get the other font colors to change to white? Is there another line of code to set this color as well?
What does the "table" image do? I noticed it was only 256x256 instead of 512x512 like the bg file.
From line #594 to #625 those are your interface colors.You will have to play with them to see whats what.
# Color of tekst on buttons, menus...
fg[NORMAL] = "#FFFFFF"
fg[PRELIGHT] = "#969696"
fg[ACTIVE] = "#777777"
fg[SELECTED] = "#FFFFFF"
fg[INSENSITIVE] = "#666666"
# Color of backgrounds.("bg_pixmap" is the higher priority than other "bg"!!!)
bg_pixmap[NORMAL] = "bg.png"
bg[NORMAL] = mix(0.90, shade (1.1,"#454545"), "#3d3221")
bg[PRELIGHT] = "#40382D"
bg[ACTIVE] = "#666666"
bg[SELECTED] = "#40382D"
bg[INSENSITIVE] = "#363636"
# Color of text entries, windows fields.
base[NORMAL] = "#777777"
base[PRELIGHT] = "#666666"
base[ACTIVE] = "#40382D"
base[SELECTED] = "#40382D"
base[INSENSITIVE] = "#363636"
# Color of text generally.
text[NORMAL] = "#ffffff"
text[PRELIGHT] = "#969696"
text[ACTIVE] = "#777777"
text[SELECTED] = "#777777"
text[INSENSITIVE] = "#666666"
The table.png is used on the smaller areas of the interface.And as i said it has to be perfectly seamless or it looks odd. I created mine in Filter Forge Pro 3.

You can actually take that pattern bg.png and use it as a flawless pattern in Gimps pattern folder.