tmtheme-to-emacs
tmtheme-to-emacs copied to clipboard
It should remove non-symbol characters (as understood by emacs-lisp-mode) from the theme name
Example: http://tmtheme-editor.herokuapp.com/#/theme/Paraíso%20(Light)
It gets converted as paraíso-(light), which doesn't work in Elisp.
Thanks for the catch, I'll get it fixed at the weekend.