Skip to content

Commit

Permalink
Add new gsettings keys for xdg Settings portal v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Mar 28, 2024
1 parent b589487 commit a7d8a1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/org.x.apps.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,13 @@
The preferred color scheme for the user interface. Valid values are “default”, “prefer-dark”, “prefer-light”.
</description>
</key>
<key name="high-contrast" type="b">
<default>false</default>
<summary>Preferred contrast</summary>
</key>
<key name="accent-rgb" type="s">
<default></default>
<summary>hex format RGB accent color</summary>
</key>
</schema>
</schemalist>

0 comments on commit a7d8a1c

Please sign in to comment.