Is there anyway to change the color schemes for Rstudio? It comes with 6 or 7 default, pre-packaged
I found a hack to do this in RStudio
0.99.879 on the Mac.
In /Applications/RStudio.app/Contents/Resources/www/rstudio/
there are a bunch of files with extension .cache,.css
. These are the files holding the themes' formats. Since the names aren't descriptive I had to experiment to find which one went with the theme I wanted to edit.
I wanted to modify the TextMate theme, so here are my steps:
.ace_comment {color: rgb(255,255,0);}