11:55 $ sudo python3 makeitdark.py
Detected OS X
Traceback (most recent call last):
File "makeitdark.py", line 94, in <module>
with open(slack_theme_path, "r+") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js'
looking in that static folder I am only seeing:
node_modules
dist
in that dist there is another static... and well no js files there.
I may dig deeper...