hi list,
I wanna change the background color of Pd. The default is white, but I wanna change it to black, and font color to white. (invert color for my eyes)
First attempt: http://lists.puredata.info/pipermail/pd-list/2006-11/044399.html
I've read this, but there is no *pd.tk*, neither *u_main.tk* in src.
Second attempt: In pd-gui.tcl file, I change this white to black. But no luck. option add *PatchWindow*Canvas.background "white" startupFile
Third: http://comments.gmane.org/gmane.comp.multimedia.puredata.general/64176 but still no luck.
Any idea?
best, akntk
On 05/02/2015 07:24 PM, Jonghyun Kim wrote:
hi list,
I wanna change the background color of Pd. The default is white, but I wanna change it to black, and font color to white. (invert color for my eyes)
First attempt: http://lists.puredata.info/pipermail/pd-list/2006-11/044399.html
9 years old, things have changed a lot.
I've read this, but there is no *pd.tk*, neither *u_main.tk* in src.
Second attempt: In pd-gui.tcl file, I change this white to black. But no luck. option add *PatchWindow*Canvas.background "white" startupFile
the way to go these days is by using a gui-plugin, rather than modifying the source-code.
https://puredata.info/docs/guiplugins/
e.g. here's a simple example that does something similar to what you want:
https://svn.code.sf.net/p/pure-data/svn/trunk/scripts/guiplugins/simple_exam...
mgfdsr IOhannes