mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
23 lines
697 B
JSON
23 lines
697 B
JSON
{
|
|
"name": "aseprite-theme",
|
|
"displayName": "Aseprite Default Theme",
|
|
"description": "Default Aseprite Pixel-Art Themes",
|
|
"version": "1.0",
|
|
"author": { "name": "David Capello", "email": "david@igarastudio.com", "url": "http://davidcapello.com/" },
|
|
"contributors": [
|
|
{ "name": "Ilija Melentijevic", "url": "http://ilkke.blogspot.com/" },
|
|
{ "name": "Nicolas Desilets", "url": "https://twitter.com/MapleGecko" }
|
|
],
|
|
"publisher": "aseprite",
|
|
"license": "CC-BY-4.0",
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{ "id": "default", "path": ".", "variant": "Light" },
|
|
{ "id": "default-dark", "path": "./dark", "variant": "Dark" }
|
|
]
|
|
}
|
|
}
|