Commit 75ee051a authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added missing dark theme syntax highlighting

parent 6d4e2f6d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5,5 +5,6 @@ bin.includes = .,\
               META-INF/,\
               META-INF/,\
               plugin.xml,\
               plugin.xml,\
               templates/,\
               templates/,\
               css/,\
               icons/
               icons/
bin.excludes = **/*.xtend
bin.excludes = **/*.xtend
+20 −0
Original line number Original line Diff line number Diff line
IEclipsePreferences#org_etsi_mts_tdl_tx_ui {
	preferences:
		'org.etsi.mts.tdl.TDLtx.syntaxColorer.tokenStyles.comment.color=246,146,246'
		'syntaxColorer.comment.color=246,246,146'
}

IEclipsePreferences#org_etsi_mts_TDLtx {
	preferences:
		'org.etsi.mts.tdl.TDLtx.syntaxColorer.tokenStyles.comment.color=246,146,246'
		'org.etsi.mts.tdl.TDLtx.syntaxColorer.comment.color=246,146,146'
		'syntaxColorer.comment.color=146,246,146'
		'syntaxColorer.property_ref.color=222,225,248'
		'syntaxColorer.tokenStyles.comment.color=225,140,147'
		'syntaxColorer.property_ref.style=2' /* SWT.ITALIC */
		'syntaxColorer.feature_ref.color=18,144,195'
		'syntaxColorer.string_prop_ref.color=167,236,33'
		'syntaxColorer.string_prop_ref.style=1' /* SWT.BOLD */
		'syntaxColorer.deprecated_element.color=171,31,54'
		'syntaxColorer.deprecated_element.style=536870912' /* TextAttribute.STRIKETHROUGH */
}
 No newline at end of file