Skip to content

Commit

Permalink
AccountsService: Add PrefersAccentColor to users (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Nov 18, 2020
1 parent dad689b commit 17d737e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions accountsservice/io.elementary.pantheon.AccountsService.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@
<annotation name="org.freedesktop.Accounts.DefaultValue.String" value="24h"/>
</property>

<!--
PrefersAccentColor:
What accent color the user prefers for the UI.
Valid preferences:
0 = No Preference (currently assumes Blue)
1 = Red
2 = Orange
3 = Yellow
4 = Green
5 = Mint
6 = Blue
7 = Purple
8 = Pink
9 = Brown
10 = Gray
Unrecognized preferences should be considered equal to No Preference.
-->
<property name="PrefersAccentColor" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
</property>

<!--
PrefersColorScheme:
Expand Down

0 comments on commit 17d737e

Please sign in to comment.