π¨ TailwindCSS plugin simplifying light/dark color scheme management with intuitive class names.
Repository
Current version released
8 months ago
Versions
π¨ 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.