Ok first, I fully realize that this question is addressed in other posts, including in the FAQ section. HOWEVER, the answers are several years old and my version of the IDE does not seem to function as described. Please don't hurt me.
I'm trying to figure out where the settings are for the color coding of syntax in the IDE. I found this post which refers to this instructional document, which says:
If you tried the new sketch, you probably noticed that nothing from our library was recognized by the environment and highlighted in color. Unfortunately, the Arduino software can't automatically figure out what you've define in your library (though it would be a nice feature to have), so you have to give it a little help. To do this, create a file called keywords.txt in the Morse directory.
The document was last updated this year, but this is not how my IDE behaves. My functions ALL get orange highlighting without a keywords.txt file.
This post refers to a theme.txt file that defines this syntax color coding, but I've searched my IDE folder, and indeed my entire system drive, and no such file exists.
This helpful reply sets out what the various colors mean (functions are orange, variables are green, aqua or teal, and struct are light greenish), but that isn't what I'm getting at all. My variables are black, my types are teal, flow control statements (if, else, return, etc.) are green.
One of the reasons I ask this is that struct names, typedefs of structs, and struct data members, and struct variables are black...unless you access a member variable as in aStructVariable.aMember = 0... then it turns orange, which is confusing.
Many of the previous answers to this question seem to be "ignore the colors" which is unhelpful and really a non-answer. The colors ARE helpful to me as a first line of defense against typos and whatnot. It's just that they could be more helpful if I had a definitive, up-to-date, and correct set of definitions. And ideally, the ability to alter the settings.
Any information would be highly appreciated.
BTW I'm using IDE 2.0.0.