Open-Turing-Project / OpenTuring

An open source version of the Windows Turing interpreter. Features speed improvements and new features.
http://tristan.hume.ca/openturing
Other
72 stars 41 forks source link

Change syntax highlighting colors #19

Closed ghost closed 12 years ago

ghost commented 12 years ago

The world would be so much nicer if the syntax highlighter's colors were reversed or changed. Keywords should be blue and identifiers should be black. library functions should be teal. Maybe read colors from the settings file.

trishume commented 12 years ago

This will be changed in the new editor.

tonytargonski commented 12 years ago

Or you know, let one define themes of their own instead of following the preference of one particular user, as many editors do

http://manual.macromates.com/en/themes http://sublimetext.info/docs/en/extensibility/syntaxdefs.html http://vimdoc.sourceforge.net/htmldoc/syntax.html

trishume commented 12 years ago

Currently I have a light theme and a dark theme. But I will probably add support for gedit themes as they are very simple.