-
Notifications
You must be signed in to change notification settings - Fork 1
/
alfred-snazzy.alfredappearance
61 lines (61 loc) · 1.37 KB
/
alfred-snazzy.alfredappearance
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"alfredtheme" : {
"result" : {
"textSpacing" : 4,
"subtext" : {
"size" : 11,
"colorSelected" : "#DCDFE0FF",
"font" : "System Light",
"color" : "#A5A5A8FF"
},
"shortcut" : {
"size" : 16,
"colorSelected" : "#FF6AC0FF",
"font" : "System Light",
"color" : "#FF6AC0FF"
},
"backgroundSelected" : "#33343DFF",
"text" : {
"size" : 20,
"colorSelected" : "#F95A55FF",
"font" : "System Light",
"color" : "#54C4FBFF"
},
"iconPaddingHorizontal" : 5,
"paddingVertical" : 0,
"iconSize" : 40
},
"search" : {
"paddingVertical" : 2,
"background" : "#282935FF",
"spacing" : 10,
"text" : {
"size" : 24,
"colorSelected" : "#F92672FF",
"font" : "System Light",
"color" : "#E2E3E4FF"
},
"backgroundSelected" : "#23231DFF"
},
"window" : {
"color" : "#282935FF",
"paddingHorizontal" : 10,
"width" : 792,
"borderPadding" : 0,
"borderColor" : "#272935FF",
"blur" : 0,
"roundness" : 5,
"paddingVertical" : 10
},
"credit" : "zeitchef",
"separator" : {
"color" : "#F9915700",
"thickness" : 1
},
"scrollbar" : {
"color" : "#78777EFF",
"thickness" : 2
},
"name" : "Alfred Snazzy"
}
}