Open netzgestaltung opened 10 years ago
I collected a few notes (and useful links) about the process here the last time I wrote a custom theme for gedit/gmate -- maybe that'll be useful to you?
hmmm - i think its more about how to add a new language then to have new highlighter scheme for multiple languages
but ists interesseting and can be usefull when i try to add a html/js combined language file next time!
i now have this source code: https://github.com/netzgestaltung/test/blob/master/majors.tmTheme
i found the files on my system: /usr/share/gtksourceview-3.0/styles - they need to be converted somehow to the right xml format. the question is if there is an automated tool or if its all handcrafted.
there it is: https://github.com/lexrupy/tm2gtksw2 hmm i dont know anything about ruby...
Shell: gem install tm2gtksw2 ERROR: Could not find a valid gem 'tm2gtksw2' (>= 0) in any repository
is there any how-to how to use tm2gtksw2 or how to convert my custom textmate theme?
Hi - a long time ago i wrote my own syntax theme for sublime-text (texmate compatible) i see the selection of themes but i like to add my custom syntax highlighter theme -
how do i do this?