【发布时间】:2017-03-15 03:42:22
【问题描述】:
我正在尝试更改 RStudio 编辑器主题,以便我可以设置自己的颜色。我在 Windows 10 上使用 RStudio 版本 0.99.473。
我查看了 Any way to change colors in Rstudio to something other than default options? 和 Editing R Studio them in cashe.css theme file (ACE editor?) 非常有帮助
我正在尝试识别 RStudio 编辑器主题 CSS 文件(ACE 编辑器代码)中不同的 .ace_ 项对应的内容。 CSS 文件位于 RStudio 安装路径中的 /www/rstudio/ 中。在GitHub for the Tomorrow theme 上可以找到该脚本的一个示例。
特别是,我希望了解如何以不同于函数的方式为变量(我定义的)着色。例如在 x
【问题讨论】:
标签: css themes rstudio ace-editor