Hello, I'm using the ICSharpCode.TextEditor and want to change the syntax colors... in the namespace
ICSharpCode.TextEditor.Document
there is the
public class HighlightColor
but I don't know how to give new colors to the editor. Somebody there, who knows how to do this or where I can find a documentation for that editor control?
Thank you.