Closed
Description
I was wondering if it would be okay to change the colour of preprocessors to the way C++ or othe IDEs colour them eg.
#define xyz
#include <xyz.h>
I thought this would be better as it makes them more distinguishable from other things as the straight black colour to them just seems ugly and it looks like other code when it is mixed up around other variables(although you wouldn't have stuff clumped together):
I edited the theme.xml
PREPROCESSOR
style token and put a new value in for fg, very simple though.
<style token="PREPROCESSOR" fg="9a4e00" bold="false"/>
A link to the color charts.