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

Add dots parameter in themes #53

Closed
jbkunst opened this issue Mar 6, 2016 · 0 comments
Closed

Add dots parameter in themes #53

jbkunst opened this issue Mar 6, 2016 · 0 comments
Milestone

Comments

@jbkunst
Copy link
Owner

jbkunst commented Mar 6, 2016

So, will be:

hc_add_theme(
  hc_theme_x(colors = cols)
)

instead of:

hc_add_theme(
  hc_theme_merge(
    hc_theme_x(),
    hc_theme(
      colors = cols  
    )
  )
)
@jbkunst jbkunst added this to the v0.3.0 milestone Mar 6, 2016
@jbkunst jbkunst closed this as completed in cb3d65b Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant