Garrick Aden-Buie
Garrick Aden-Buie
``` r library(xaringanthemer) palette Error: Color names in `colors` must be valid CSS classes ``` happens because `primary.primary` and `secondary.secondary` are names in the color vector and fails checks that...
And there might be other places where `choose_dark_or_light()` was called multiple times in a family of arguments where it could only be called once. https://github.com/gadenbuie/xaringanthemer/blob/3a1d9f3467fbeb710fc4ee279ab06316c7868940/data-raw/theme_template_variables.R#L19-L21
Keep the parts that read a xaringanthemer theme but use [thematic](https://rstudio.github.io/thematic) for the theme pieces.
Add [colourpicker](https://github.com/daattali/colourpicker)-style addin for setting up xaringan theme.
Currently, xaringanthemer writes a complete version of the default xaringan theme, but it occurred to me that, now that there are more user-contributed themes available, users may want to modify...
Specifically to the `wait` argument of `pagedown::chrome_print`.
As pointed out by @yyzeng in [this comment](https://github.com/gadenbuie/xaringanExtra/issues/136#issuecomment-921517950) > The underlied `chromote::find_chrome()` just **CAN'T** find _chrome.exe_'s path in my computer, but I have checked and found the path is in...
Also `.ace_invisible_tab`, `.ace_invisible_eol` and `.ace_invisible_space`. https://github.com/gadenbuie/rsthemes/blob/b93fc1fe2a6c7484ea64ee7ee910a1849a15e8a7/inst/templates/rstudio/_rstudio-dark.scss#L155-L157 https://github.com/gadenbuie/rsthemes/blob/b93fc1fe2a6c7484ea64ee7ee910a1849a15e8a7/inst/templates/rstudio/_rstudio-light.scss#L181-L183
- Grab CSS and fonts zip from [google webfonts helper](http://google-webfonts-helper.herokuapp.com/fonts/ibm-plex-serif?subsets=latin) - Set folder to `fonts/` - Unpack fonts into `fonts/` in rstudio themes folder `~/.config/rstudio/themes` - Add the fonts CSS...
I'd love feedback and help testing the themes! Please leave a comment here if you try out the themes and find any issues or have any suggestions. Here's how to...