<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Make PD ignore dark system theme on Ubuntu ?]]></title><description><![CDATA[<p>I am running PD Vanilla on XUbuntu 18.04. The system uses a dark theme. The problem is that PD tries to follow this dark theme but text and objects are barely readable.<br />
Is there a way to tell PD not to observe the system theme settings ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 22:51:44 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/13330.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Mar 2021 17:10:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Make PD ignore dark system theme on Ubuntu ? on Mon, 01 Mar 2021 17:10:15 GMT]]></title><description><![CDATA[<p>I am running PD Vanilla on XUbuntu 18.04. The system uses a dark theme. The problem is that PD tries to follow this dark theme but text and objects are barely readable.<br />
Is there a way to tell PD not to observe the system theme settings ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu</guid><dc:creator><![CDATA[catherder-cowboy]]></dc:creator><pubDate>Mon, 01 Mar 2021 17:10:15 GMT</pubDate></item><item><title><![CDATA[Reply to Make PD ignore dark system theme on Ubuntu ? on Tue, 02 Mar 2021 01:02:22 GMT]]></title><description><![CDATA[<p>You can add lines of tcl code to the .tcl files. I had a similar problem with the file dialog windows, so I added this to pd-gui.tcl in <code>proc init_for_platform</code>:</p>
<pre><code>option add *TkFDialog*foreground &quot;black&quot; userDefault
option add *TkChooseDir*foreground &quot;black&quot; userDefault
</code></pre>
<p>To change the canvas background color, you would add:</p>
<pre><code>option add *PatchWindow*Canvas.background &quot;red&quot; userDefault
</code></pre>
<p>Unfortunately, if you want to change foreground color, that's specified in c, not tcl. If you're okay with performing a local build, you can check out my github fork of Pd, where I've implemented a dark theme.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu/2</guid><dc:creator><![CDATA[myQwil]]></dc:creator><pubDate>Tue, 02 Mar 2021 01:02:22 GMT</pubDate></item><item><title><![CDATA[Reply to Make PD ignore dark system theme on Ubuntu ? on Tue, 02 Mar 2021 08:38:17 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/catherder-cowboy">@catherder-cowboy</a></p>
<p>Generally you can set the theme on a per application basis, Xubuntu/Xfce uses GTK which makes it fairly simple, this link seems to have a good amount of info and should lead you to an answer, been to long since I have played around with themes much so I can not offer much in the way of direct guidance. <a href="https://unix.stackexchange.com/questions/14129/gtk-enable-set-dark-theme-on-a-per-application-basis" rel="nofollow">https://unix.stackexchange.com/questions/14129/gtk-enable-set-dark-theme-on-a-per-application-basis</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/13330/make-pd-ignore-dark-system-theme-on-ubuntu/3</guid><dc:creator><![CDATA[oid]]></dc:creator><pubDate>Tue, 02 Mar 2021 08:38:17 GMT</pubDate></item></channel></rss>