Skip to content

How can I customize the tailwind-light theme with the visual editor? #226

Discussion options

You must be logged in to vote

Hi,

The current designer app is outdated and will not receive an update. We're currently working on a new Prime Designer App to replace the old one.

Because of that, we've made theme designer open-source you can see it here https://github.com/primefaces/primeng-sass-theme

To customize the tailwind light theme follow these steps;

1-) Clone the repo I've shared above.
2-) Navigate to themes/tailwind/tailwind-light/_variables.scss, and you'll see all the theme variables.
3-) Modify the variables as you wish.
5-) run sass --update themes:themes --no-source-map command.
6-) Your theme file is ready in theme.css, copy and paste it into your project.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aaron-za-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants