https://github.com/rose-pine/r-markdown
Soho vibes for R Markdown
https://github.com/rose-pine/r-markdown
theme
Last synced: 9 months ago
JSON representation
Soho vibes for R Markdown
- Host: GitHub
- URL: https://github.com/rose-pine/r-markdown
- Owner: rose-pine
- Created: 2021-10-26T05:31:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T21:08:04.000Z (about 4 years ago)
- Last Synced: 2025-04-11T23:46:51.922Z (9 months ago)
- Topics: theme
- Language: R
- Homepage:
- Size: 90.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rosé Pine for R Markdown
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
## Usage
1. Place `style.css` (and `theme_rose_pine.R` for ggplot2) into the same folder as your R markdown file.
2. In your document header, include
```md
output:
html_document:
css: "style.css"
```
3. For ggplot2, add
```r
source("theme_rose_pine.R")
```
> There is also `ggthemr_rose_pine.R` for ggthemr users.
when adding libraries, then...
```r
ggplot(data, aes(x = x, y = y)) +
theme_rose_pine() +
# ...
```
> Edit `theme_rose_pine.R` in the marked comments to add a custom font.
## Gallery




## Thanks to
- [ThatOneCalculator](https://t1c.dev)