Now that gnome-shell supports a light style, people may want to use it without forcing all apps to be light. Add a small extension that switches the default to light, so the shell follows the regular "dark style" preference. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/256>
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"extension-id": "@extension_id@",
|
|
"uuid": "@uuid@",
|
|
"settings-schema": "@gschemaname@",
|
|
"gettext-domain": "@gettext_domain@",
|
|
"name": "Light Style",
|
|
"description": "Switch default to light style",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"url": "@url@"
|
|
}
|