-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.json
62 lines (60 loc) · 1.14 KB
/
mystyle.json
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
62
{
"separatorColor":"ACCENT",
"dockButtonStyleToUse":"asbsLight",
"submenuButtonStyleToUse":"asbsLight",
"submenuForeground":"#FFFFFF",
"dockBorder": {
"cornerRadius":"24,24,0,0|0,0,24,24|0,24,24,0|24,0,0,24",
"background":{
"type":"LinearGraidentBrush",
"stops": [
{
"color":"#64000000",
"offset":1
},
{
"color":"#20000000",
"offset":0
}
],
"startPoint":"0.5,0",
"endPoint":"0.5,1"
},
"borderThickness":"1,1,1,0|1,0,1,1|0,1,1,1|1,1,0,1",
"borderBrush":{
"type":"LinearGraidentBrush",
"stops": [
{
"color":"#64000000",
"offset":1
},
{
"color":"#30000000",
"offset":0
}
],
"startPoint":"0.5,0",
"endPoint":"0.5,1"
}
},
"submenuBorder": {
"cornerRadius":"24",
"background":"#F5000000",
"borderThickness":"1",
"borderBrush":"#212121"
},
"dockButton": {
"background":"#000000",
"margin":"0",
"padding":"0"
},
"separator": {
"padding":"1",
"width":"3|3|NULL|NULL",
"height":"NULL|NULL|3|3",
"cornerRadius":"2"
},
"dockInnerButton": {
"maxWidth": 300
}
}