2017-06-10 19:44:19 +00:00
|
|
|
{
|
|
|
|
"name": "software-palettes",
|
|
|
|
"displayName": "Software Palettes",
|
|
|
|
"description": "Well-known palettes from software developers",
|
|
|
|
"version": "1.0",
|
|
|
|
"publisher": "aseprite",
|
|
|
|
"categories": [
|
|
|
|
"Palettes"
|
|
|
|
],
|
|
|
|
"contributes": {
|
|
|
|
"palettes": [
|
2018-05-28 18:19:22 +00:00
|
|
|
{ "id": "Google UI", "path": "./google-ui.gpl" },
|
2020-05-26 10:51:56 +00:00
|
|
|
{ "id": "Minecraft", "path": "./minecraft.gpl" },
|
2018-05-28 18:19:22 +00:00
|
|
|
{ "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" }
|
2017-06-10 19:44:19 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|