mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
40 lines
1.9 KiB
JSON
40 lines
1.9 KiB
JSON
{
|
|
"name": "harware-palettes",
|
|
"displayName": "Hardware Palettes",
|
|
"description": "Well-known palettes from old computer hardware",
|
|
"version": "1.0",
|
|
"publisher": "aseprite",
|
|
"categories": [
|
|
"Palettes"
|
|
],
|
|
"contributes": {
|
|
"palettes": [
|
|
{ "id": "Apple II", "path": "./apple-ii.gpl" },
|
|
{ "id": "Atari 2600 NTSC", "path": "./atari2600-ntsc.gpl" },
|
|
{ "id": "Atari 2600 PAL", "path": "./atari2600-pal.gpl" },
|
|
{ "id": "CGA", "path": "./cga.gpl" },
|
|
{ "id": "CGA0", "path": "./cga0.gpl" },
|
|
{ "id": "CGA0 High", "path": "./cga0hi.gpl" },
|
|
{ "id": "CGA1", "path": "./cga1.gpl" },
|
|
{ "id": "CGA1 High", "path": "./cga1hi.gpl" },
|
|
{ "id": "CGA3rd", "path": "./cga3rd.gpl" },
|
|
{ "id": "CGA3rd High", "path": "./cga3rdhi.gpl" },
|
|
{ "id": "Commodore Plus/4", "path": "./commodore-plus4.gpl" },
|
|
{ "id": "Commodore VIC-20", "path": "./commodore-vic20.gpl" },
|
|
{ "id": "Commodore 64", "path": "./commodore64.gpl" },
|
|
{ "id": "CPC", "path": "./cpc.gpl" },
|
|
{ "id": "Game Boy", "path": "./gameboy.gpl" },
|
|
{ "id": "Game Boy Color Type1", "path": "./gameboy-color-type1.gpl" },
|
|
{ "id": "Master System", "path": "./master-system.gpl" },
|
|
{ "id": "MSX1", "path": "./msx1.gpl" },
|
|
{ "id": "MSX2", "path": "./msx2.gpl" },
|
|
{ "id": "NES", "path": "./nes.gpl" },
|
|
{ "id": "NES NTSC", "path": "./nes-ntsc.gpl" },
|
|
{ "id": "Teletext", "path": "./teletext.gpl" },
|
|
{ "id": "VGA 13h", "path": "./vga-13h.gpl" },
|
|
{ "id": "Virtual Boy", "path": "./virtualboy.gpl" },
|
|
{ "id": "ZX Spectrum", "path": "./zx-spectrum.gpl" }
|
|
]
|
|
}
|
|
}
|