Review of "Light Shell+" version 1 (1)

Details Page Preview

Light Shell+

Extension Homepage
https://github.com/JianZcar/light-shell-plus

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
1 (1) Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove `stylesheet-dark.css` since you are not using it: [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. If this is just a theme, just override the theme in `stylesheet-light.css` and create a very minimal `extension.js` like this: ```js export default class Extension { enable() {} disable() {} } ``` I'm recommending this since you are just simply forcing the `color-scheme` to `prefer-light`, even when the user manually setting it otherwise. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions