I am exploring options to customize an RStudio Editor Theme to personalize the colors. My current setup includes RStudio version 0.99.473 on Windows 10.
After reviewing Any way to change colors in Rstudio to something other than default options?, which was very informative, and also Editing R Studio them in cashe.css theme file (ACE editor?), I am continuing my search for understanding the various .ace_ items within the RStudio Editor Theme CSS files (ACE editor code). These CSS files are located in /www/rstudio/ within the RStudio installation directory. An example of such a script can be found on GitHub for the Tomorrow theme.
Specifically, I am interested in learning how to differentiate between the color schemes used for variables (defined by me) and functions. For instance, in the code x <- rnorm(10,0,10), my goal is to have "x" and "rnorm" displayed in different colors. I am uncertain if this customization is feasible.