-
narcell
@seb-harmonik.ar Here is the plugin window that you made in dark mode:
And here is a "classic" Pd window in dark mode:
It looks like you solved the problem with the dark mod in your own plugin.
So your plugin is working correctly so there is something what is fixing the whole dark mode problem. I guess. What do you think? -
narcell
@seb-harmonik.ar tell me how did you make your plugin window to turn it black in dark mode?
and what do you think? is there any chance that the dark mode will not be disabled in the 0.52 version?
-
narcell
oh yes thank you! its dark now, i know now what 'inconsistency' you were talking about. its okay for now.
if I have the ability to do it I will try to find these bugs.
until then here is my color theme:
narcell-dark-plugin.tcl
-
narcell
OMG, it's very nice, great work! its much more easier, thanks your work!
one (actually two) more thing.
(1) I tried to make the menu bar to dark with the Info.plist file and it worked for a while but the next time when im tried to run Pd the UI was white again but the os appearance was dark... can anyone help with this specific thing?to try this:
Open Pd/Content/Info.plist in TextEdit or any Plist editor (on mac) and replace the NSRequiresAquaSystemAppearance to look like this:<key>NSRequiresAquaSystemAppearance</key> <string>False</string>
It worked for me only one time here is the evidence:
The second thing is if this problem is already solved, how can i made pdwindow topbar to dark? Thx