1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 15:39:49 +00:00
Pixelorama/Assets/Graphics/Palette/Default_Palettes/hardware-palettes/package.json
2019-12-14 18:18:45 -05:00

38 lines
1.8 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": "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" }
]
}
}