Last active
October 16, 2020 03:00
-
-
Save dbanksdesign/fceafcc56d0bd8a038af18569598cec3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "APL", | |
"version": "1.3", | |
"import": [], | |
"theme": "dark", | |
"styles": { | |
"bigTest": { | |
"values": [ | |
{ | |
"fontSize": "30dp", | |
"color": "red", | |
"textAlign": "center" | |
} | |
] | |
} | |
}, | |
"graphics": { | |
"warning": { | |
"type": "AVG", | |
"version": "1.0", | |
"viewportHeight": 18, | |
"viewportWidth": 18, | |
"height": "${size}", | |
"width": "${size}", | |
"scaleTypeHeight": "grow", | |
"scaleTypeWidth": "stretch", | |
"parameters": [ | |
{ | |
"name": "color", | |
"type": "color", | |
"default": "black" | |
}, | |
{ | |
"name": "size", | |
"type": "number", | |
"default": 18 | |
} | |
], | |
"items": [ | |
{ | |
"type": "path", | |
"pathData": "M.5 16h17L9 1 .5 16zm9.5-2H8v-2h2v2zm0-3H8V7h2v4z", | |
"fill": "${color}" | |
} | |
] | |
}, | |
"chevronRight": { | |
"type": "AVG", | |
"version": "1.0", | |
"viewportHeight": 18, | |
"viewportWidth": 18, | |
"height": "${size}", | |
"width": "${size}", | |
"scaleTypeHeight": "grow", | |
"scaleTypeWidth": "stretch", | |
"parameters": [ | |
{ | |
"name": "color", | |
"type": "color", | |
"default": "black" | |
}, | |
{ | |
"name": "size", | |
"type": "number", | |
"default": 18 | |
} | |
], | |
"items": [ | |
{ | |
"type": "path", | |
"pathData": "M7.5 4.5L6.44 5.56 9.88 9l-3.44 3.44L7.5 13.5 12 9z", | |
"fill": "${color}" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment