So i've been making a theme for pd. I've pretty much themed everything, but when any pd object/comment/graph is edited, they are reset to PD's default colors (except for inlets & outlets).
Does anyone know if this is stored in the tcl or the C code?
I don't quite understand the itemconfig command yet, so I am having trouble figuring this out.
is it in pdtk_canvas, pdtk_text, or the g_canvas, g_all_guis?
On another note, the editmode event is called whenever a focus event is called.
I've been tossing around the idea of making an editable palette via a menu, but I'd like to refactor the geometry manager away from pack and into grid first.
thanks for reading and any input - have a good one.