Added Palette

This commit is contained in:
CheetoHead 2019-12-14 18:18:45 -05:00
parent 14df6ced91
commit 8da50296a2
83 changed files with 3176 additions and 88 deletions

View file

@ -0,0 +1,21 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
255 255 255 Untitled
255 209 157 Untitled
174 181 189 Untitled
77 128 201 Untitled
5 68 148 Untitled
81 30 67 Untitled
16 8 32 Untitled
130 62 44 Untitled
233 56 65 Untitled
241 137 45 Untitled
255 233 71 Untitled
255 169 169 Untitled
235 108 130 Untitled
125 62 191 Untitled
30 138 76 Untitled
90 225 80 Untitled

View file

@ -0,0 +1,9 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
255 255 255 Untitled
103 114 169 Untitled
58 50 119 Untitled
0 0 0 Untitled

View file

@ -0,0 +1,21 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
228 166 114 Birch
184 111 80 Oak
116 63 57 Pine
63 40 50 Darkbark
158 40 53 Blood
229 59 68 Fabric
251 146 43 Candle
255 231 98 Glow
99 198 77 Flora
50 115 69 Moss
25 61 63 Mold
79 103 129 Iron
175 191 210 Aluminium
255 255 255 White
44 232 244 Ion
4 132 209 Archaeon

View file

@ -0,0 +1,37 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
190 74 47 Tetanus
216 118 68 Rust
234 212 170 Birch
228 166 114 Sap
184 111 80 Oak
116 63 57 Pine
63 40 50 Darkbark
158 40 53 Blood
228 59 68 Fabric
247 118 34 Amber
254 174 52 Glow
254 231 97 Light
99 199 77 Glade
62 137 72 Flora
38 92 66 Moss
25 60 62 Mold
18 78 137 Deep
0 149 233 Archaeon
44 232 245 Ion
255 255 255 White
192 203 220 Aluminium
139 155 180 Zinc
90 105 136 Iron
58 68 102 Steel
38 43 68 Shade
255 0 68 Iiem
24 20 37 Ink
104 56 108 Lilac
181 80 136 Petal
246 117 122 Peach
232 183 150 Skin
194 133 105 Shadeskin

View file

@ -0,0 +1,13 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
253 253 248 Untitled
211 39 52 Untitled
218 125 34 Untitled
230 218 41 Untitled
40 198 65 Untitled
45 147 221 Untitled
123 83 173 Untitled
27 28 51 Untitled

View file

@ -0,0 +1,9 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
251 247 243 Untitled
229 176 131 Untitled
66 110 93 Untitled
32 40 61 Untitled

View file

@ -0,0 +1,21 @@
GIMP Palette
#
# By ENDESGA Studios
# https://twitter.com/ENDESGA
#
250 250 250 Untitled
212 212 212 Untitled
157 157 157 Untitled
75 75 75 Untitled
249 211 129 Untitled
234 175 77 Untitled
249 147 138 Untitled
231 89 82 Untitled
154 209 249 Untitled
88 174 238 Untitled
141 237 167 Untitled
68 197 91 Untitled
195 167 225 Untitled
149 105 200 Untitled
186 181 170 Untitled
148 142 130 Untitled

View file

@ -0,0 +1,22 @@
{
"name": "endesga-palettes",
"displayName": "ENDESGA Studios Palettes",
"description": "Palettes contributed by ENDESGA Studios",
"version": "1.0",
"author": { "name": "ENDESGA Studios", "url": "https://twitter.com/ENDESGA" },
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "ARQ4", "path": "./arq4.gpl" },
{ "id": "ARQ16", "path": "./arq16.gpl" },
{ "id": "EDG16", "path": "./edg16.gpl" },
{ "id": "EDG32", "path": "./edg32.gpl" },
{ "id": "EDG8", "path": "./edg8.gpl" },
{ "id": "EN4", "path": "./en4.gpl" },
{ "id": "ENOS16", "path": "./enos16.gpl" }
]
}
}