Change Arduino Font Color

by WWC in Circuits > Audio

26796 Views, 6 Favorites, 0 Comments

Change Arduino Font Color

Arduino Color Font.png
If you don't like your Arduino font color, change it.

I tried this in 0022 instead of 1.01 in case i had some problem.

What to do: File path is, Arduino - lib - theme.  Open the theme doc and scroll down to and locate # TEXT - KEYWORDS.
The standard color is cc6600. Change all three of these to
#ff0000,plain             (Red=Refference only do not add to the code)
#00ff00,plain             (LIME=Refference only do not add to the code)
#0000ff,bold             ( BLUE=Refference only do not add to the code)

save it. Run the 0022 IDE and see what colors you get.

Here is the link to a HEX color chart. You can choose colors from there.

If you get some great colors or even some crazy colors, post them so we can see what you came up with. 

Subtle Colors

AD2.png
 Kind of  pastel colors

Original Colors

ADFont Std.png
Standard unchanged color.