Garrick Aden-Buie
21269a0fec
* Remove names from key theme colors ( #62 )
Fixes #62
пре 3 година
Garrick Aden-Buie
e883552cd2
Document the CSS property accepted by the various arguments
Closes #33
пре 6 година
Garrick Aden-Buie
2a4348e87c
Create colors based on style starter colors
E.g. primary_color and secondary_color in style_duo() become --primary and --secondary
пре 6 година
Garrick Aden-Buie
efe6ec9713
Add section on usage to all style functions
пре 6 година
Garrick Aden-Buie
2db8633282
clean up setup_theme_function()
пре 6 година
Garrick Aden-Buie
6509095af2
Document CSS variables
пре 6 година
Garrick Aden-Buie
7d8a000dc6
Move template_variables into internal data, created via script in data-raw/
пре 6 година
Garrick Aden-Buie
763e4dcefd
Reflow roxygen tags in style_* functions
пре 6 година
Garrick Aden-Buie
e4dd983e24
Move extra param documentation to man-roxygen/theme_params.R
пре 6 година
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 година
Garrick Aden-Buie
dac3f90311
grkstyle
пре 6 година
Garrick Aden-Buie
a1f275a638
Remove stringr dependency
пре 7 година
Garrick Aden-Buie
f67f42a5c8
Rename style functions to use style_ prefix
* e.g. style_duo() <- duo()
* style_xaringan <- write_xaringan_theme()
* style_extra_css <- write_extra_css()
* added NEWS entry
* updated docs and /docs
пре 7 година
Garrick Aden-Buie
0c7dd01291
Move theme generation helpers into package and add tests
пре 7 година
Garrick Aden-Buie
ac49deea9f
sensible default for body param in setup_theme_function()
пре 7 година
Garrick Aden-Buie
8c05d67c50
minor refactor of theme generation function
пре 7 година
Garrick Aden-Buie
7a4370a8bd
Add all theme functions to "themes" family
пре 8 година
Garrick Aden-Buie
75390330bd
Add affected CSS element to parameter description
пре 8 година
Garrick Aden-Buie
bd5b5ae00c
Add extra_fonts paramater and template variable
пре 8 година
Garrick Aden-Buie
1372aa7a7e
Add write_extra_css and extra_css parameters
Also fixed an issue with `outfile` argument not getting passed back to write_xaringan_theme!
пре 8 година
Garrick Aden-Buie
57ab178af5
Rename CSS output file to xaringan-themer.css
пре 8 година
Garrick Aden-Buie
83da02301c
Move write_xaringan_theme to write_theme.R
пре 8 година
Garrick Aden-Buie
42da34c7c5
Add solarized dark and light themes
пре 8 година
Garrick Aden-Buie
0b97b55341
Add duotone themes
пре 8 година
Garrick Aden-Buie
1de2bdbdb4
Theme functions are now generated from template variables
using inst/scripts/generate_theme_functions.R
пре 8 година