Colorize adw-gtk3 straight from your system color accents.
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()`.
extension.js:300
GLib.file_get_contents(filePath)
EGO-A-004 warning
extension files should not contain excessive ungated console logging
File contains 25 ungated console.log/warn/error calls (threshold: 5).
extension.js:31
console.error(message)
extension.js:48
console.log(`[${this.uuid}] Enabling extension...`)
extension.js:56
console.log(`[${this.uuid}] Accent color setting changed, updating CSS...`)
extension.js:67
console.log(`[${this.uuid}] Disabling extension...`)
extension.js:71
console.log(`[${this.uuid}] Disconnected settings listener.`)
extension.js:90
console.log(`[${this.uuid}] Disable complete.`)
extension.js:143
console.log(`[${this.uuid}] Processing GTK3 CSS...`)
extension.js:151
console.log(`[${this.uuid}] Processing GTK4 CSS...`)
extension.js:158
console.log(`[${this.uuid}] Accent color is custom hex. Removing GTK4 block if present.`)
extension.js:184
console.log(`[${uuid}] Creating directory ${dirPath}...`)
EGO-P-003 error
GSettings schema XML must be present in package
Extension appears to use GSettings but no `.gschema.xml` file is included in the package.