oh dang, theres this older theme i wanna get working on 3.7 like you got this one working but idk how to use that program you used. any way you could help converting it? i cannot seem to find anywhere with a guide.
its this one specifically fyi
I see that @v.muller has just posted a reply, but I’d like to note that by my estimation your theme is version 2.2/2.3.x for all the buttons, but colours look like version 3.1.x. Those extra colours are for the title bars above the tracks. Also there seems to be a bug converting from 2.3.x making spectral brush button (4th row) grey. So I’ve combined the two versions here. However there’s still plenty of work for you to do to if you were to fix the theme up, just because newer versions contain things old ones never did.
For anyone who is more of a laymen for python scripts, here’s what I did to run it. First you need to download the program from the github page. Click Code->Download ZIP->Extract. Then you need to download Python. Python can be installed quite minimal, the only thing you should opt-in in the installer is the “tkinter”, which is needed for the UI. The other library you need is PIL which is for image processing. The way I installed PIL is using “pip install pillow” command or something like that from shell… It’s been a while so google how to install PIL. If you’re missing either of these libraries you’ll get an appropriate error message. Also I’ve been using Sublime Text to ectually run the python program, cause my first python install didn’t run properly or I couldn’t figure it out, but that’s probably me messing up so this step shouldn’t be necessary.