Replit officialy supports themes now! The team reached out to the developers of this project for feedback, and after... a long hiatus of communication, the Replit team has created a native theme creator and publisher.
Reflux is a third-party tool for creating and publishing site-wide style themes to Replit! Using Reflux, users can easily change Replit's default CSS variables, and share thier created themes with other users via the marketplace. Find the quickstart example here. Fork it and follow the guide to get started using Reflux and creating themes on Replit!
Manager | Command |
---|---|
pip | pip install reflux |
poetry | poetry add reflux |
replit | Search reflux in the Packages tab and + it |
Find extensive documentation on Reflux and it uses here.
- Fork the repository:
Fork
- Clone locally (
git clone https://github.com/<username>/Reflux.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -a -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request! 🎉
Local Developement:
In order to properly test the Reflux package locally run bash bin/local
in the project directory. bash bin/clean
will delete the tarball and build directories.