Skip to content

Easily Change RStudio Theme

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

etiennebacher/ambiance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ambiance

The goal of {ambiance} is to easily switch themes in RStudio. This is useful if you use different themes when you teach and when you work on personal projects for example.

Installation

You can install the development version of {ambiance} with:

# install.packages("devtools")
devtools::install_github("etiennebacher/ambiance")

How to use

  1. Define different ambiances by creating a vector with the name of the ambiance first and then the name of the RStudio theme:
define_ambiances(
  list(
    c("class", "textmate (default)"), 
    c("perso", "cobalt")
  )
)
  1. Apply a specific theme with the name of an ambiance you defined:
ambiance("perso")

About

Easily Change RStudio Theme

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages