I am new and started with vanilla pd on raspi 4 - working ok so far.
I am looking foŕ a possibility to get a darker layout.
What I found looks promising, but I can't get running - seems to be too old?
https://forum.pdpatchrepo.info/topic/8555/gui-objects-and-color-scheme
Even a very simple .tcl file seems to get loaded, but has no influence on what's happening:
set ::canvas_fill "Black"
set ::signal_cord "IndianRed"
set ::signal_nlet "IndianRed"
set ::msg_cord "DodgerBlue"
set ::msg_nlet "DodgerBlue"
set ::atom_box_fill "MintCream"
set ::msg_box_fill "MintCream"
set ::obj_box_fill "MintCream"
set ::box_outline "Black"
set ::graph_outline "Black"```
What's wrong? Can I get release for my eyes :sunglasses: Thank you