Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Mar 7, 2020
1 parent 4685d6a commit 05055fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rsthemes
Title: Full Themes for RStudio v1.2+
Version: 0.0.5
Version: 0.0.6
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# rsthemes 0.0.6

* Added a favorite themes list. Similar to the preferred light/dark themes,
users can now chose their favorite themes and walk through them.
Use `set_theme_favorite()` interactively or in your `~/.Rprofile` with a
vector of theme names. Then use `use_theme_favorite()` or the **Next Favorite Theme**
RStudio addin to walk through this list of themes. (#11)

* `install_rsthemes()` now uses `rstudioapi::addTheme(..., force = TRUE)` to
install themes, rather than trying to guess the correct directory. If this
method fails, users can use the `destdir` option to install into non-standard
directories. If all else fails, please open an issue in
[rstudio/rstudioapi](https://github.com/rstudio/rstudioapi). (thanks @leonawicz, #15)

# rsthemes 0.0.5

* Rewrite automatic light/dark section of README for clarity (thanks @MikeJohnPage, #12)
Expand Down

0 comments on commit 05055fb

Please sign in to comment.