Tints GNOME Shell elements with the system accent color while preserving the original visual style.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `settings-schema` from `metadata.json`. Your extension doesn't use schema. 2. Rename `gnome-shell.css` to `stylesheet.css` so it automatically getting applied on enable without any js code. 3. You don't need to use any js here. Just simply create an empty entry point. The current js code is re-creating what you already have in GNOME Shell. Accent color is readable in css with: - `-st-accent-color` - `-st-accent-fg-color` [Port Guide 47: Accent Color](https://gjs.guide/extensions/upgrading/gnome-shell-47.html#accent-color) Also, better to not put the entire GNOME Shell Theme into the extension's css. Just include the changed parts.