## -----------------------------------------------------------------------------
#| label: setup
library(rstudiothemes)


## -----------------------------------------------------------------------------
#| eval: false

# install_rstudiothemes()
# 
# #> ✔ Installed 30 themes
# #> ℹ Use `rstudiothemes::list_rstudiothemes()` to list installed themes
# #> ℹ Use `rstudiothemes::try_rstudiothemes()` to try all installed themes


## -----------------------------------------------------------------------------
list_rstudiothemes(list_installed = FALSE)


## -----------------------------------------------------------------------------
#| eval: false

# try_rstudiothemes()


## -----------------------------------------------------------------------------
#| eval: false

# rstudioapi::applyTheme("Winter is Coming Dark Blue")


## -----------------------------------------------------------------------------
#| eval: false

# convert_to_rstudio_theme(
#   "<path/to/vscode-theme.json>",
#   apply = TRUE,
#   force = TRUE
# )

