diff options
Diffstat (limited to 'schemas/org.gnome.desktop.a11y.interface.gschema.xml.in')
-rw-r--r-- | schemas/org.gnome.desktop.a11y.interface.gschema.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.a11y.interface.gschema.xml.in b/schemas/org.gnome.desktop.a11y.interface.gschema.xml.in new file mode 100644 index 0000000..49591ec --- /dev/null +++ b/schemas/org.gnome.desktop.a11y.interface.gschema.xml.in @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist gettext-domain="gsettings-desktop-schemas"> + <schema id="org.gnome.desktop.a11y.interface" path="/org/gnome/desktop/a11y/interface/"> + <key name="high-contrast" type="b"> + <default>false</default> + <summary>High contrast</summary> + <description> + Whether to use the high contrast style. + </description> + </key> + </schema> +</schemalist> |