Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thematic_rmd() doesn't work well with runtime: shiny #86

Closed
cpsievert opened this issue Feb 4, 2021 · 0 comments · Fixed by #87
Closed

thematic_rmd() doesn't work well with runtime: shiny #86

cpsievert opened this issue Feb 4, 2021 · 0 comments · Fixed by #87

Comments

@cpsievert
Copy link
Collaborator

cpsievert commented Feb 4, 2021

Note how the plot doesn't pick up the main colors

---
output: 
  html_document:
    theme:
      bg: "#101010"
      fg: "#FDF7F7"
runtime: shiny
---

```{r setup, include=FALSE}
thematic::thematic_rmd()
bslib::bs_themer()
```

## R Markdown

Some inline `code`.

```{r cars, echo = TRUE}
renderPlot({
  plot(pressure)
})
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant