Customising gimp's splash screen part 2
Changing the progres bar's color.

Please read the rcfiles page fist before trying this.
1. Start by finding gtkrc file,and open it in a text editor(on my install it was under GIMP\etc\gimp\1.2).
2. Copy the following to the styles section.

}
style "progress"
{
bg[NORMAL] = { 0.70, 0.70, 0.70 }
bg[PRELIGHT] = { 0.79,  0.82,  0.00  }
#bg[ACTIVE] = { 0.00, 1.00, 0.00 }
#bg[INSENSITIVE] = { 0.00, 0.00, 1.0 }
#bg[SELECTED] = { 1.00, 1.00, 0.00 }
}

3. Copy the following to the widget list section.

widget_class "*GtkProgressBar" style "progress"
4. Save the file and close the editor.
5. Open gimp and view the changes.


Modifing the window.

#### COPYRIGHT NOTICE####
All data, media and related meterial on this site is copyright AJB 2K3 unless otherwise noted.