Adapt the system's colors like a chameleon Change your GNOME Shell, Adwaita, adw-gtk3, and app/folder icons accent colors dynamically based on your wallpaper.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 33 | Rejected |
| 32 | Active |
| 31 | Rejected |
| 30 | Active |
| 29 | Active |
| 28 | Active |
| 27 | Active |
| 26 | Active |
| 25 | Active |
| 24 | Inactive |
| 23 | Rejected |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Active |
| 19 | Rejected |
| 18 | Rejected |
| 17 | Rejected |
| 16 | Rejected |
| 15 | Rejected |
| 14 | Rejected |
| 13 | Active |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Rejected |
| 5 | Active |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Rejected |
That function doesn't throw so it shouldn't be wrapped with try-catch. Please don't send AI generated code without proof reading or understanding the code. We have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
I fully understand and respect the guidelines. To be transparent, I use AI as an assistant to speed up the execution of repetitive code, as well as minor refactoring, but I insist on guiding, writing, and understanding the logic myself. You're right about the try/catch block; it was a major oversight on my part. Since `clearRecolorTimeout` is just a synchronous function that calls `GLib.source_remove`, it was completely unnecessary. I removed it, and the function is now called directly. I appreciate the thorough review and help in keeping the code stable and clean, and I apologize for any confusion.
Also, please excuse me if the translation isn't very good; English is not my native language.
No worries. Thanks for fixing the issues.