1
0
Fork 0
gsettings-desktop-schemas/schemas/org.gnome.desktop.a11y.interface.gschema.xml.in
Daniel Baumann ec1cf75ea9
Adding upstream version 48.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:31:20 +02:00

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>