Just a grumble… customising syntax highlighting is far too difficult. Ridiculously difficult really, compared to other text editors, for what should be a basic customisation ability.
Customising syntax highlighing is too hard
WalMast
#3
Take Java syntax highlighting for example. I know I can just try different preset themes. But if I don’t like any, and just want to change keywords to blue, for example, how do I achieve that? In Ultraedit, I can just bring up a dialog window and select different colours for text, comments, keywords etc.
0 Likes
WalMast
#5
It looks promising, but I can’t install Python on my work PC to install subclrschm.
0 Likes
ThomSmith
#6
Someone made a web-based editor.
Or you can use CSScheme to edit color schemes via CSS or Sass.
1 Like
wbond
#7
Just for the record, Sublime Text uses the term “color scheme” to refer to the colors used in syntax highlighting.
The official reference for creating a color scheme is at http://www.sublimetext.com/docs/3/color_schemes.html.
1 Like