Yes, in order to change the default color of comments that span across multiple lines in source code follow steps below:
- From C/C++ perspective toolbar, select Preferences.
The
Preferences
window appears.
- Select C/C++ > Editor > Syntax Coloring.
The
Syntax Coloring
page appears in the right panel (refer to the image listed below).
- Select Comments > Multi-line comment.
Figure 1. Preferences Dialog Box - Syntax Coloring 
- Select Color.
The color palette window appears.
- From Color Palette, select a color of your choice.
- Click OK.
- Click Apply.
- Click OK.
Note: If you want to change the color of a comment that is across a single line, then follow the steps given above, except selecting Single-line comment instead of Multi-line comment.
The color of the comments in the source code changes, as specified.