colorwind-monorepo
v0.1.1
Published
TailwindCSS plugin simplifying light/dark color scheme management with intuitive class names.
Downloads
39
Maintainers
Readme
🎨 ColorWind
ColorWind is a powerful TailwindCSS plugin that makes managing light and dark color schemes easy, expressive, and automatic.
This repository contains the full source code, plugin package, and documentation for the project.
📦 The published plugin lives inside
/packages/colorwind
📚 Documentation
Interactive usage guide, theming examples, and live playground:
📦 Packages
| Package | Description | Registry |
|------------------|-------------------------------------|-------------------------------|
| colorwind | TailwindCSS plugin for automatic color theming | NPM, JSR |
🚀 Getting Started
Install from your preferred package manager:
npm install colorwindOr use JSR:
npx jsr add @siguici/colorwindThen, register the plugin in your Tailwind config:
import colorwind from 'colorwind';
export default {
plugins: [colorwind],
};🧠 Why ColorWind?
- Simplifies light/dark mode theming with one class.
- Uses intuitive naming for color intensity and adaptation.
- Supports all Tailwind color utilities, including gradients and opacity.
- Automatically inverts colors when needed using the
-reversesuffix.
Read the full plugin usage guide at colorwind.js.org/guides
🛠 Development
To contribute or run locally:
pnpm install
pnpm devThen visit localhost:4321
to preview the documentation locally.
🤝 Contributing
Found a bug or have a feature request?
- Open an issue on GitHub Issues
- Or submit a PR — we welcome contributions!
📄 License
💫 Credits
Built with ❤️ using TailwindCSS, Astro, and Starlight.
