Skip to content

Commit

Permalink
settings: Add contrast key
Browse files Browse the repository at this point in the history
Specify a key for getting the system's preferred contrast level.
  • Loading branch information
dominichayesferen committed Jan 25, 2024
1 parent fd70f57 commit d6299bb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
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

0 comments on commit d6299bb

Please sign in to comment.