Rstudio change theme/style

github project address: https://github.com/gadenbuie/rsthemes

installation

Data in the console of rstudio:

install.packages("devtools")
devtools::install_github("gadenbuie/rsthemes")

After the installation is complete, install the theme:

rsthemes::install_rsthemes()

or:

rsthemes::install_rsthemes(include_base16 = TRUE)

After the installation is complete, you can switch the theme

Use theme

use

rsthemes::list_rsthemes()

You can preview all themes. If you want to use this theme, you can press kand press Enter without entering anything.下一个主题

Guess you like

Origin blog.csdn.net/weixin_35757704/article/details/114230802