Nov 5, 2014

Changing comment color for Process Designer

<colorDefinition
            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.
   <colorDefinition
            value="0,139,139"
            label="Comment Color"
            categoryId="com.lombardi.jseditor.themeElement"
            id="com.lombardi.jseditor.commentColor"/>

Search