We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad689b commit 17d737eCopy full SHA for 17d737e
accountsservice/io.elementary.pantheon.AccountsService.xml
@@ -16,6 +16,30 @@
16
<annotation name="org.freedesktop.Accounts.DefaultValue.String" value="24h"/>
17
</property>
18
19
+ <!--
20
+ PrefersAccentColor:
21
+
22
+ What accent color the user prefers for the UI.
23
24
+ Valid preferences:
25
+ 0 = No Preference (currently assumes Blue)
26
+ 1 = Red
27
+ 2 = Orange
28
+ 3 = Yellow
29
+ 4 = Green
30
+ 5 = Mint
31
+ 6 = Blue
32
+ 7 = Purple
33
+ 8 = Pink
34
+ 9 = Brown
35
+ 10 = Gray
36
37
+ Unrecognized preferences should be considered equal to No Preference.
38
+ -->
39
+ <property name="PrefersAccentColor" type="i" access="readwrite">
40
+ <annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
41
+ </property>
42
43
<!--
44
PrefersColorScheme:
45
0 commit comments