No description
Find a file
2022-10-11 03:07:33 -07:00
themes fix message box outline in pd-extended theme 2022-10-11 03:07:33 -07:00
.gitignore Create .gitignore 2021-11-04 01:16:27 -07:00
color-themes-plugin.tcl add mousewheel scrolling to x11 2022-08-25 05:43:24 -07:00
README.md Update README.md 2022-01-04 02:14:03 -08:00

color-themes-plugin

theme-picker plugin for pd-next https://github.com/sebshader/pdnext/releases and hopefully pure data in the future

to install: make sure folder is named color-themes-plugin and place it in your pd path. also make sure there are no other active -plugin.tcl plugins in the pd path that set colors.

Open the theme picker from the preferences menu > Color Themes... you can save the current (applied) theme to be used the next time pd starts by hitting "save",

On OSX if you select a theme from the list and click "Save as Dark Theme" then that theme will open instead if you're in dark mode when you open pd. In order to stop using a specific theme for dark mode you can click "Delete Dark Theme"

If a color theme is chosen that doesn't have colors set for certain elements of the canvas window, text window, or helpbrowser window then those windows will have to be recreated before the default values are displayed. (tk makes it difficult to get default color values)

In order to include more themes, put them in the "themes" folder inside. But only include setting colors in the files or else other things can get messed up when the list gets drawn.