tmtheme-to-emacs
tmtheme-to-emacs copied to clipboard
Script to convert a textmate (or SublimeText) tmTheme to Emacs deftheme
Example: http://tmtheme-editor.herokuapp.com/#/theme/Paraíso%20(Light) It gets converted as `paraíso-(light)`, which doesn't work in Elisp.
I wonder if there are some colors we can pick up. The most important faces among those, I think, are `whitespace-trailing` and `whitespace-line`.
Converting the theme mentioned in the previous report (http://tmtheme-editor.herokuapp.com/#/theme/Made%20by%20phunky) results in unreadable diff faces: 
Example: http://tmtheme-editor.herokuapp.com/#/theme/Made%20by%20phunky I don't have a tm2theme-compatible editor at hand, but the above page shows gutter with a pretty light background. However, when I load the converted theme in Emacs,...