View Single Post
Old 29th March 2006, 04:55 AM   #3
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,563
Default customizing interface cols

It looks like the tcl/tk resources are being set to provide a black UI - possibly in .Xdefaults/.Xresources. I think the black looks quite cool (apart from not being able to read some text )

You can change this by editing tcl/ac3d.tcl

add a line at the start like this:

tk_setPalette #eeeeee

(the eeeeee is an rgb col, so you could use ff00ff etc. You can also use words like 'grey', 'red' etc)

This should work on any platform of AC3D e.g. Window and Mac too.
Andy
Andy is offline   Reply With Quote