- Go to following path \\IBM\ProcessDesigner\v8.5\teamworks\eclipse\plugins\com.lombardi.jseditor
- Open plugin.xml
- Modify the following node
value="200,200,200"
label="Comment Color"
categoryId="com.lombardi.jseditor.themeElement"
id="com.lombardi.jseditor.commentColor"/>
- Replace the value with following node. Here 0,139, 139 represent dark cyan color.
value="0,139,139"
label="Comment Color"
categoryId="com.lombardi.jseditor.themeElement"
id="com.lombardi.jseditor.commentColor"/>