Change your system accent colors dynamically based on your wallpaper. Adapt your GNOME Shell, Adwaita apps, adw-gtk3, and folder/app icons like a chameleon.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
utils/themeUtils.js:126
mainFile.load_contents(null)
EGO-M-004 error
metadata shell-version must only include plausible stable releases and at most one development release
Field `shell-version` contains invalid values, more than one development release, or implausible future releases.
metadata.json must be well-formed
metadata.json
shell-version=['48', '49', '50', '51']
1. Use the exported gettext like this: [Port Guide 45: Preferences](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#preferences) - line 31-37 `ui/preferencesPage.js` - line 31-37 `ui/preloadPage.js` 2. Remove version from the import (line 31 `ui/wallpaperPage.js`). Please avoid sending large diff. It can wait even more than a month since the review queue is very busy.
Sorry for the large diff; I performed a major refactoring of some screens and features... I've made the corrections and am submitting a new version.