aseprite/data/extensions/software-palettes/package.json
David Capello cf17ebac76 General update of palette extensions
* Better IDs for palettes
* Rename psygnork -> psygnosia
* Added ARQ16
2018-05-28 15:19:22 -03:00

22 lines
699 B
JSON

{
"name": "software-palettes",
"displayName": "Software Palettes",
"description": "Well-known palettes from software developers",
"version": "1.0",
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "Google UI", "path": "./google-ui.gpl" },
{ "id": "Monokai", "path": "./monokai.gpl" },
{ "id": "SmileBASIC", "path": "./smile-basic.gpl" },
{ "id": "Solarized", "path": "./solarized.gpl" },
{ "id": "Web Safe Colors", "path": "./web-safe-colors.gpl" },
{ "id": "Win16", "path": "./win16.gpl" },
{ "id": "X11", "path": "./x11.gpl" }
]
}
}