Replies: 4 comments 6 replies
-
Has this been tested on windows? I am having no luck getting the themes tcl plug in to work. Nothing shows up in the dialog box, and nothing shows up under the preferences menu. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Am I misunderstanding the file path directory? Ive put it into the main Puredatanext folder. Also have tried adding it to startup, extra, doc, etc. there’s some times in my life where I make things extremely more complicated than necessary. It just keeps telling me it fails to load.
… On Apr 9, 2022, at 23:48, Seb Shader ***@***.***> wrote:
@Jamslerr I can't remember if I've tested the plugin on windows but I would assume it works.. if not I can try to test it in a VM today or tomorrow maybe..
so there are 2 separate ways to do themes: using the theme preference plugin, or using your own theme plugin.
If you use the theme preference plugin (color-themes-plugin) method it should work to download & extract that folder (from the repo in the link above) and move the entire folder into your pd path, and make sure it's named "color-themes-plugin". You don't have to copy any tcl or txt files using that method. (and in fact if you use the plugin you shouldn't have any other files in your pd path that set colors)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Hey I got it finally. Thank you so much for the help.
… On Apr 10, 2022, at 00:09, Seb Shader ***@***.***> wrote:
also be aware that you have to restart pd-next in order to reload the tcl plugins after moving them to the correct paths
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Yeah, I downloaded the entire zip, extracted it into PD next, took the “main” off the end of the folder name, and it worked. So great, thank you.
… On Apr 10, 2022, at 00:15, Seb Shader ***@***.***> wrote:
great, glad to hear it works on windows!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the easiest way to use themes these days is to install https://github.com/sebshader/color-themes-plugin, a tcl plugin that adds a preference dialog for choosing color themes
in order to make a theme: copy doc/7.stuff/colors-plugin.txt and change the extension to .tcl.
Then change the values below "array set ::pd_colors {" using values from a hex color picker, or tk color names.
If you don't use the theme-picker plugin then you can put the file in your pd path to load it as a theme when pd-next starts.
Otherwise, put your themes into the "themes" folder in the color-themes-plugin folder (with a unique name ending in "-plugin.tcl"), and it will be loaded into the list in the preference window.
Beta Was this translation helpful? Give feedback.
All reactions