-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVFXBoxer.Common.lgui2Package.json
More file actions
51 lines (50 loc) · 1.9 KB
/
VFXBoxer.Common.lgui2Package.json
File metadata and controls
51 lines (50 loc) · 1.9 KB
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
{
"$schema": "http://www.lavishsoft.com/schema/lgui2Package.json",
"skin":{
"name":"VFXBoxer",
"templates": {
"vfxboxer.DefaultSettings":{
"captureHotkey":"Alt+X",
"nextViewHotkey":"Ctrl+Tab",
"previousViewHotkey":"Ctrl+Shift+Tab",
"cloneHotkey":"Ctrl+Shift+C",
"allCloneHotkey":"Alt+Ctrl+Shift+C",
"viewHotkeys":["Ctrl+1","Ctrl+2","Ctrl+3","Ctrl+4","Ctrl+5","Ctrl+6","Ctrl+7","Ctrl+8","Ctrl+9","Ctrl+0"],
"windowSize":[1920,1040],
"backgroundColor":"#333333",
"lineupEdge":"bottom",
"lineupSize":200
}
},
"brushes": {
"window.titleBar.backgroundBrush": {
"color": "#ff196666",
"canvas": {
"width": 128,
"height": 128,
"initialize": [
{
"op": "clear"
},
{
"op": "pushBrush",
"brush": "white"
},
{
"op": "drawPrimitives",
"type": "triangleList",
"vertices": [
[ 0.0, 1.0, 0.0, 1.0, "#ff196666" ],
[ 0.0, 0.0, 0.0, 0.0, "#ff196666" ],
[ 1.0, 0.0, 1.0, 0.0, "#ff196666" ],
[ 1.0, 0.0, 1.0, 0.0, "#ff196666" ],
[ 1.0, 1.0, 1.0, 1.0, "#ff0c2626" ],
[ 0.0, 1.0, 0.0, 1.0, "#ff196666" ]
]
}
]
}
}
}
}
}