Skip to content

Commit

Permalink
Tweak blue color on dark page
Browse files Browse the repository at this point in the history
Fixes #2732
  • Loading branch information
jayhesselberth committed Aug 19, 2024
1 parent 812e8c8 commit 3d7b298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vignettes/test/rendering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ yaml: [a, b, c]
```{r}
cat(cli::col_red("This is red"), "\n")
cat(cli::col_blue("This is blue\n"), "\n")
# N.B. some blue colors are hard to see on a dark background
cat(cli::col_cyan("This is cyan"), "\n")
message(cli::col_green("This is green"))
Expand Down

0 comments on commit 3d7b298

Please sign in to comment.