v0.6.0
๐จ 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
-laflag) - 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
:rootvariables 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
- Generate color variants from a single base theme
- Install to
~/.themesfor selection in GNOME Settings - Apply libadwaita fixes with
-laflag to target GTK4 apps and Shell - 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: https://github.com/kayozxo/GNOME-macOS-Tahoe/compare/v0.5.0...v0.6.0