mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-08-12 05:44:43 -04:00
Added Palette
This commit is contained in:
parent
14df6ced91
commit
8da50296a2
83 changed files with 3176 additions and 88 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "pico8-palettes",
|
||||
"displayName": "PICO-8 Palette",
|
||||
"description": "Palettes from PICO-8 created by Joseph White",
|
||||
"version": "1.0",
|
||||
"author": { "name": "Joseph White", "url": "http://www.pico-8.com/" },
|
||||
"publisher": "aseprite",
|
||||
"categories": [
|
||||
"Palettes"
|
||||
],
|
||||
"contributes": {
|
||||
"palettes": [
|
||||
{ "id": "PICO-8", "path": "./pico-8.gpl" }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
GIMP Palette
|
||||
#
|
||||
# by Joseph White
|
||||
# http://www.pico-8.com/
|
||||
#
|
||||
0 0 0 black
|
||||
29 43 83 dark_blue
|
||||
126 37 83 dark_purple
|
||||
0 135 81 dark_green
|
||||
171 82 54 brown
|
||||
95 87 79 dark_gray
|
||||
194 195 199 light_gray
|
||||
255 241 232 white
|
||||
255 0 77 red
|
||||
255 163 0 orange
|
||||
255 236 39 yellow
|
||||
0 228 54 green
|
||||
41 173 255 blue
|
||||
131 118 156 indigo
|
||||
255 119 168 pink
|
||||
255 204 170 peach
|
Loading…
Add table
Add a link
Reference in a new issue