diff --git a/data/org.freedesktop.impl.portal.Settings.xml b/data/org.freedesktop.impl.portal.Settings.xml index 76597325c..581ca2278 100644 --- a/data/org.freedesktop.impl.portal.Settings.xml +++ b/data/org.freedesktop.impl.portal.Settings.xml @@ -43,6 +43,14 @@ Unknown values should be treated as 0 (no preference). + + org.freedesktop.appearance accent-color (ddd) + + Indicates the system's preferred accent color as a tuple of RGB values + in the sRGB color space, in the range [0,1]. + Out-of-range RGB values should be treated as an unset accent color. + + Implementations can provide other keys; they are entirely diff --git a/data/org.freedesktop.portal.Settings.xml b/data/org.freedesktop.portal.Settings.xml index 7d16cc705..67f2ef88f 100644 --- a/data/org.freedesktop.portal.Settings.xml +++ b/data/org.freedesktop.portal.Settings.xml @@ -43,6 +43,14 @@ Unknown values should be treated as 0 (no preference). + + org.freedesktop.appearance accent-color (ddd) + + Indicates the system's preferred accent color as a tuple of RGB values + in the sRGB color space, in the range [0,1]. + Out-of-range RGB values should be treated as an unset accent color. + + Implementations can provide other keys; they are entirely