19 lines
676 B
XML
19 lines
676 B
XML
<?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>
|
|
<key name="show-status-shapes" type="b">
|
|
<default>false</default>
|
|
<summary>Show status shapes</summary>
|
|
<description>
|
|
Whether to use shapes to indicate status in addition or instead of color.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|