-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy paththeme.json
More file actions
34 lines (34 loc) · 776 Bytes
/
Copy paththeme.json
File metadata and controls
34 lines (34 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "iTheme",
"description": "Cider theme based from the Apple Music beta app in MacOS.",
"version": "4.0.0",
"author": "yazninja",
"github_repo": "ciderapp/iTheme",
"directives": {
"forceUI": {
"value": "default"
}
},
"themeOptions": [
{
"name": "Sidebar Color",
"type": "color",
"value": "#1D1D1D"
},
{
"name": "Topbar Color",
"type": "color",
"value": "#FFFFFF"
},
{
"name": "Accent Color",
"type": "color",
"value": "#FF0000"
},
{
"name": "Text Color",
"type": "color",
"value": "#FFFFFF"
}
]
}