Garrick Aden-Buie
be295b4e31
Fix issue with tibble 3.0.0
Closes #32
6 anni fa
Garrick Aden-Buie
139fc4b6a2
more informative error messages when using non-hex CSS colors
6 anni fa
Garrick Aden-Buie
763e4dcefd
Reflow roxygen tags in style_* functions
6 anni fa
Garrick Aden-Buie
dd7eef0249
Update element description when modifying multiple rules
6 anni fa
Garrick Aden-Buie
aa7413b19d
Add missing theme declaration to scales examples
6 anni fa
Garrick Aden-Buie
899bb02f83
Add examples for scale_xaringan* functions
6 anni fa
Garrick Aden-Buie
3d8723e55f
ggplot2 theme features are maturing
6 anni fa
Garrick Aden-Buie
9fefdf5814
Don't rely on dot passing for theme_xarinan* functions
6 anni fa
Garrick Aden-Buie
85cd8124db
Add use_showtext option to theme_xaringan_base()
Fixes #31
6 anni fa
Garrick Aden-Buie
e482243b09
wrap long error messages elsewhere in pkg
6 anni fa
Garrick Aden-Buie
77271b9634
Fix function name used in errors in register_font() and get_theme_font()
6 anni fa
Garrick Aden-Buie
1e6e51422c
Set fig.showtext chunk option on package load and error loudly if fig.showtext = FALSE for a chunk with theme_xaringan()
6 anni fa
Garrick Aden-Buie
afe51d40d2
change inline fonts to use `em` not `rem`
6 anni fa
Garrick Aden-Buie
2db89c925b
Fix default table row even lightening percentage
6 anni fa
Garrick Aden-Buie
8fa287c256
Set background color of theme_xaringan_base plot example to match docs
6 anni fa
Garrick Aden-Buie
8f979684da
Update theme_xaringan* examples
6 anni fa
Garrick Aden-Buie
d87c8580b6
plot theme examples are interactive only
6 anni fa
Garrick Aden-Buie
8025d1ea61
list2css() handles duplicated selectors and property names
6 anni fa
Garrick Aden-Buie
f0912713b9
Soften table_row_even_background_color defaults
6 anni fa
Garrick Aden-Buie
283b21c15c
Update {lighten,darken}_color() documentation and add tests
6 anni fa
Garrick Aden-Buie
a5b040ca83
Move color functions from utils.R to colors.R and redoc
6 anni fa
Garrick Aden-Buie
2aecc9fc10
Move requires_package to r/utils.R and add tests
6 anni fa
Garrick Aden-Buie
021053a0ee
Check that hex colors only have hex characters
6 anni fa
Garrick Aden-Buie
32af20667d
Fix style_extra_css, add heading arg, add tests
6 anni fa
Garrick Aden-Buie
0a7cf8014b
Add deprecation tests; fix write_extra_css() pass through
6 anni fa
Garrick Aden-Buie
8392cf653f
requires_xaringanthemer_env() doesn't have to check for theme elements
6 anni fa
Garrick Aden-Buie
802c2a557f
More ggplot tests, store font_is_google in pkg env
6 anni fa
Garrick Aden-Buie
d1cefe7fc6
Use system font stack for fallbacks
6 anni fa
Garrick Aden-Buie
c544647c20
Add full_length_hex() because ggplot needs #123abc
6 anni fa
Garrick Aden-Buie
e4dd983e24
Move extra param documentation to man-roxygen/theme_params.R
6 anni fa
Garrick Aden-Buie
978d1ef9e5
output = NULL returns css and doesn't write file
style_* returns name of file invisibly
6 anni fa
Garrick Aden-Buie
4806fba416
Set default fonts via *_font_* instead of google_fonts
And add tests
6 anni fa
Garrick Aden-Buie
d0c8a5b45b
Add css_file arg to theme_xaringan_inverse()
6 anni fa
Garrick Aden-Buie
d358596c70
Don't register default fonts with google if `google` is explicitly FALSE
6 anni fa
Garrick Aden-Buie
f95db77d76
download.files is from {utils}
6 anni fa
Garrick Aden-Buie
e6fa1328ee
only worry about spaces in google font family
6 anni fa
Garrick Aden-Buie
27827fb149
Add &display=swap to google font urls
6 anni fa
Garrick Aden-Buie
85d637bae3
Change default fonts to Cabin (heading) and Noto Sans (body)
Closes #28
6 anni fa
Garrick Aden-Buie
c538ce4d6c
Fix header_background template variables
header_background_padding is now learned from the slide padding so that left and right margins match
6 anni fa
Garrick Aden-Buie
85f512caa9
Add base_font_size and convert font sizes to rem
Now, font size is inherited from `base_font_size` which should be in absolute units.
6 anni fa
Garrick Aden-Buie
13821a7004
work around droid serif being de-listed from google fonts
See google/fonts issue number 1223
6 anni fa
Garrick Aden-Buie
8085e7d078
exclude theme_settings.R from code coverage
6 anni fa
Garrick Aden-Buie
59f585dcd0
Add tests for css-reading functions
6 anni fa
Garrick Aden-Buie
357ed09734
remove pipe from find_xaringan_themer_css()
6 anni fa
Garrick Aden-Buie
86f096b56c
Read and load css variables from xaringan css files
6 anni fa
Garrick Aden-Buie
46643574e3
Store whether font is from google fonts in css vars
6 anni fa
Garrick Aden-Buie
e65d7b1dcf
Feature: custom color classes
Inspired by tachyons, easily add additional colors to slides using the `colors` argument. The argument takes a named list or vector and adds a CSS variable with the color name. Also added are .<color> and .bg-<name> classes.
6 anni fa
Garrick Aden-Buie
a324320f80
revert styling mishaps in theme_settings.R
6 anni fa
Garrick Aden-Buie
adc43779f9
More rcmd check fixes
* fix style of ggplot2, xaringan pkg refs
* fix name of theme_xaringan_restore_defaults()
6 anni fa
Garrick Aden-Buie
6ddb81e9c1
Fix a few rcmd check issues
6 anni fa