Is it possible to create custom text colors in the IDE? Particularly having more than one comment color. For example, I like to block out my debugging lines like so:
Is there any way to highlight the surrounding pairs for the above lines?
Secondly, is it possible to make the IDE color code variables like VScode does?
Hi @falcormoor. Which version of Arduino IDE are you using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.
I ask for this information because I want to give you the appropriate instructions for the IDE version you are using.
OK. The "keywords.txt" custom keyword highlighting system mentioned by LarryD is only for Arduino IDE 1.x.
However, it does use the same powerful general purpose C++ syntax highlighting system as is built into VS Code:
You might be interested in the information shared here about the possibility of installing 3rd party VS Code themes or even your own custom themes in Arduino IDE 2.x: