Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the background color of a conditional macro in eclipse?

How do I change the background color of a conditional macro in eclipse? I am using the C/C++ version of eclipse so I would assume it would be associated with a mysterious preprocessor background color setting.

Thanks, Chenz

like image 847
Crazy Chenz Avatar asked Jul 31 '09 13:07

Crazy Chenz


People also ask

How do I change the background color in eclipse?

To change the color theme in your editor: Go to Window | Preferences | General | Appearance | Color Theme. The list of available Eclipse color themes is displayed.

How do I change the color code in Eclipse?

Eclipse Color Theme makes it possible to switch color themes conveniently and without side effects. After the installation, go to Window→Preferences→General→Appereance->Color Theme to change the color theme.


1 Answers

Preferences -> C/C++ -> Editor -> Inactive Code Highlight

Duh! ;-)

like image 89
Crazy Chenz Avatar answered Sep 18 '22 16:09

Crazy Chenz