]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/winterwell.markdown/src/winterwell/markdown/editors/MDColorConstants.java
Tycho compilation changes for SVN version also.
[simantics/platform.git] / bundles / winterwell.markdown / src / winterwell / markdown / editors / MDColorConstants.java
1 package winterwell.markdown.editors;
2
3 import org.eclipse.swt.graphics.RGB;
4
5 public interface MDColorConstants {
6         RGB COMMENT = new RGB(128, 0, 0);
7         RGB HEADER = new RGB(0, 0, 128);
8         RGB DEFAULT = new RGB(0, 0, 0);
9 }