tm4e icon indicating copy to clipboard operation
tm4e copied to clipboard

TextMate Theme Editor

Open angelozerr opened this issue 8 years ago • 2 comments

Provide a TextMate Theme editor to create, edit theme easily like https://github.com/aziz/tmTheme-Editor#tmtheme-editor and https://packagecontrol.io/packages/ColorSchemeEditor

See intersting article at https://benparizek.com/notebook/notes-on-how-to-create-a-language-grammar-and-custom-theme-for-a-textmate-bundle

In other words do like this http://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai

angelozerr avatar May 03 '17 08:05 angelozerr

FYI, this is not tm4e related directly, but I just added a tm4e theme css generator for Iro defined grammars to my Iro grammar generator application ( link ). Sorry, it doesn't much help for non Iro-defined grammars, but it is quite useful if you creating a new grammar from scratch and want to prototype your theme in a debugger.

This type of theme creation tends to be tied to a particular language (if you want to create a bespoke theme around the particulars of a language) as it does not attempt to automate color allocations for all the different standard textmate tag groups - but I validated it does work with TM4E fine (I added this feature to create a better light theme due to my problems with Monokai).

v1

v2

ainslec avatar Aug 01 '17 01:08 ainslec

A first step could be to open default themes in an editor:

Image

and allow users to save copies.

ghentschke avatar Mar 16 '25 18:03 ghentschke