You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be okay to change the colour of preprocessors to the way C++ or othe IDEs colour them eg.
#definexyz
#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):
Compared to this:
I edited the theme.xmlPREPROCESSOR style token and put a new value in for fg, very simple though.
#define and #include should be green because they are part of the Structure category, as you can see in the Language Reference page https://www.arduino.cc/en/Reference/HomePage
We can make this change for the next release! Thanks for your feedback!
I was wondering if it would be okay to change the colour of preprocessors to the way C++ or othe IDEs colour them eg.
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):
Compared to this:

I edited the
theme.xml
PREPROCESSOR
style token and put a new value in for fg, very simple though.A link to the color charts.
The text was updated successfully, but these errors were encountered: