-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
80 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#' @description | ||
#' This package provides a set of complete RStudio themes that restyle the | ||
#' IDE and the editor syntax. The themes are built from | ||
#' [sass](https://sass-lang.org) templates into `.rstheme` files that, | ||
#' ultimately, contain the CSS files that provide the themes. The sass templates | ||
#' provide an easy-to-extend framework for customizing the look of RStudio. If | ||
#' you would like to create your own theme, [rstheme()] is designed to help you | ||
#' get started quickly. | ||
#' | ||
#' @section Getting Started: | ||
#' | ||
#' - Would you like to install, try out, or remove RStudio themes from | ||
#' \pkg{rsthemes}? Read more in [rsthemes-actions]. | ||
#' | ||
#' - Would you like to automatically choose a dark or light theme? Or would | ||
#' you like to quickly toggle through a set of themes you enjoy? Read more | ||
#' in [auto_theme]. | ||
#' | ||
#' - Would you like to create a new theme for RStudio? Read more in | ||
#' [rstheme()]. | ||
#' | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.