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 default themes/palettes #9

Closed
3 tasks
innocenzi opened this issue Feb 10, 2020 · 1 comment
Closed
3 tasks

Add default themes/palettes #9

innocenzi opened this issue Feb 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@innocenzi
Copy link
Owner

innocenzi commented Feb 10, 2020

I'd like to add default themes so I can have something ready to use for every new project instead of having to either define a palette or copy a previous one.

For instance, I'd like to be able to require the plugin this way:

plugins: [
  require('tailwindcss-theming/themes/default')
]

For the default themes, I plan to deliver the following ones:

  • Tailwind 1 colors (themes/legacy?)
  • Tailwind 1.2 colors (the new palette Adam and Steve are working on, as themes/tailwind)
  • A custom light/dark theme based on Tailwind 1.2 colors (themes/default)

I'll wait for the official release of the new Tailwind color palette (it's actually in @tailwindcss/ui currently, but prone to changes) before adding this.

@innocenzi innocenzi added the enhancement New feature or request label Feb 10, 2020
@innocenzi innocenzi self-assigned this Feb 10, 2020
@innocenzi innocenzi added this to the v3.0 milestone Apr 30, 2020
@innocenzi
Copy link
Owner Author

See #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant