Skip to content

v0.6.0

Choose a tag to compare

@kayozxo kayozxo released this 26 Oct 04:16
· 17 commits to main since this release

🎨 ACCENT COLOR SYSTEM IS HERE

πŸŽ‰ New Features

✨ 16 Beautiful Accent Colors - Support for Blue, Green, Purple, Pink, Orange, Red, Teal, Indigo, Rose, Emerald, Violet, Amber, Cyan, Lime, Sky, and Slate [#52]

🎨 Complete Theming Support - Accent colors now apply to:

  • GTK4 applications (libadwaita support via -la flag)
  • GTK3 applications
  • GNOME Shell elements (dash, notifications, popups, app grid, and more)
  • All interactive UI elements (buttons, switches, progress bars, selections)

πŸš€ Easy Color Generation - Generate all 16 color variants or install specific colors with simple commands:

./install.sh --colors              # Generate all colors
./install.sh -d --color blue       # Dark mode with blue accent
./install.sh -d --color amber -la  # Dark amber + libadwaita fix

πŸ”§ Technical Improvements

  • Automatic Color Variant Generation - Python script (generate_accent_variants.py) to create color variants
  • Smart CSS Injection - Updates :root variables for GTK4, GTK3, and GNOME Shell
  • Libadwaita Integration - Accent colors override libadwaita defaults
  • GNOME Shell Theming - Shell elements use accent colors
  • Variable Support - Active toggle colors use accent color at 20% opacity

πŸ’‘ How It Works

  1. Generate color variants from a single base theme
  2. Install to ~/.themes for selection in GNOME Settings
  3. Apply libadwaita fixes with -la flag to target GTK4 apps and Shell
  4. Select themes in GNOME Tweaks β†’ Appearance

πŸ› οΈ Documentation

  • Updated README with color examples
  • 16 available accent colors documented
  • Installation instructions with flag combinations
  • GNOME Shell theming notes

πŸ’– Thanks & Acknowledgments

Special thanks to everyone who provided feedback from v0.1.0 to v0.5.0; your insights helped complete the vision in v0.6.0. Huge shout-out to the community for making this possible! πŸ™Œ

Feel free to cite this release or share screenshots. Enjoy the liquid glass experience!

Full Changelog: v0.5.0...v0.6.0