Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 645 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 645 Bytes

✨ SCSS Theme generator for TailwindCSS ✨

📄 Description

A simple theme generator made with Python to generate a SCSS file to be added to a TailwindCSS theme. It generates a file with a gradient from white to black through a color using the luminance value.

Made using Python, Nix and Flakes!

✅ Requirements

  • Python 3+
  • Bash
  • Nix and Flakes(Optional)

📂 Usage

python3 theme_generator.py

⚙️ With Nix

nix develop --command fish
python3 theme_generator.py

🎉 Have fun!