Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Contrast hint on settings portal #1175

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions data/org.freedesktop.impl.portal.Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
in the sRGB color space, in the range [0,1].
Out-of-range RGB values should be treated as an unset accent color.

* ``org.freedesktop.appearance`` ``contrast`` (``u``)

Indicates the system's preferred contrast level.
Supported values are:

- ``0``: No preference (normal contrast)
- ``1``: Higher contrast

Unknown values should be treated as 0 (no preference).

Implementations can provide other keys; they are entirely
implementation details that are undocumented. If you are a
toolkit and want to use this please open an issue.
Expand Down
10 changes: 10 additions & 0 deletions data/org.freedesktop.portal.Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
the sRGB color space, in the range [0,1]. Out-of-range RGB values should
be treated as an unset accent color.

* ``org.freedesktop.appearance`` ``contrast`` (``u``)

Indicates the system's preferred contrast level.
Supported values are:

* ``0``: No preference (normal contrast)
* ``1``: Higher contrast

Unknown values should be treated as ``0`` (no preference).

Implementations can provide other keys; they are entirely
implementation details that are undocumented. If you are a
toolkit and want to use this please open an issue.
Expand Down
Loading