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,156 @@
GIMP Palette
#
246 153 136 Red_200
243 108 96 Red_300
232 78 64 Red_400
229 28 35 Red_500
221 25 29 Red_600
208 23 22 Red_700
196 20 17 Red_800
176 18 10 Red_900
244 143 177 Pink_200
240 98 146 Pink_300
236 64 122 Pink_400
233 30 99 Pink_500
216 27 96 Pink_600
194 24 91 Pink_700
173 20 87 Pink_800
136 14 79 Pink_900
206 147 216 Purple_200
186 104 200 Purple_300
171 71 188 Purple_400
156 39 176 Purple_500
142 36 170 Purple_600
123 31 162 Purple_700
106 27 154 Purple_800
74 20 140 Purple_900
179 157 219 Deep_Purple_200
149 117 205 Deep_Purple_300
126 87 194 Deep_Purple_400
103 58 183 Deep_Purple_500
94 53 177 Deep_Purple_600
81 45 168 Deep_Purple_700
69 39 160 Deep_Purple_800
49 27 146 Deep_Purple_900
159 168 218 Indigo_200
121 134 203 Indigo_300
92 107 192 Indigo_400
63 81 181 Indigo_500
57 73 171 Indigo_600
48 63 159 Indigo_700
40 53 147 Indigo_800
26 35 126 Indigo_900
175 191 255 Blue_200
145 167 255 Blue_300
115 143 254 Blue_400
86 119 252 Blue_500
78 108 239 Blue_600
69 94 222 Blue_700
59 80 206 Blue_800
42 54 177 Blue_900
129 212 250 Light_Blue_200
79 195 247 Light_Blue_300
41 182 246 Light_Blue_400
3 169 244 Light_Blue_500
3 155 229 Light_Blue_600
2 136 209 Light_Blue_700
2 119 189 Light_Blue_800
1 87 155 Light_Blue_900
128 222 234 Cyan_200
77 208 225 Cyan_300
38 198 218 Cyan_400
0 188 212 Cyan_500
0 172 193 Cyan_600
0 151 167 Cyan_700
0 131 143 Cyan_800
0 96 100 Cyan_900
128 203 196 Teal_200
77 182 172 Teal_300
38 166 154 Teal_400
0 150 136 Teal_500
0 137 123 Teal_600
0 121 107 Teal_700
0 105 92 Teal_800
0 77 64 Teal_900
114 213 114 Green_200
66 189 65 Green_300
43 175 43 Green_400
37 155 36 Green_500
10 143 8 Green_600
10 126 7 Green_700
5 111 0 Green_800
13 83 2 Green_900
197 225 165 Light_Green_200
174 213 129 Light_Green_300
156 204 101 Light_Green_400
139 195 74 Light_Green_500
124 179 66 Light_Green_600
104 159 56 Light_Green_700
85 139 47 Light_Green_800
51 105 30 Light_Green_900
230 238 156 Lime_200
220 231 117 Lime_300
212 225 87 Lime_400
205 220 57 Lime_500
192 202 51 Lime_600
175 180 43 Lime_700
158 157 36 Lime_800
130 119 23 Lime_900
255 245 157 Yellow_200
255 241 118 Yellow_300
255 238 88 Yellow_400
255 235 59 Yellow_500
253 216 53 Yellow_600
251 192 45 Yellow_700
249 168 37 Yellow_800
245 127 23 Yellow_900
255 224 130 Amber_200
255 213 79 Amber_300
255 202 40 Amber_400
255 193 7 Amber_500
255 179 0 Amber_600
255 160 0 Amber_700
255 143 0 Amber_800
255 111 0 Amber_900
255 204 128 Orange_200
255 183 77 Orange_300
255 167 38 Orange_400
255 152 0 Orange_500
251 140 0 Orange_600
245 124 0 Orange_700
239 108 0 Orange_800
230 81 0 Orange_900
255 171 145 Deep_Orange_200
255 138 101 Deep_Orange_300
255 112 67 Deep_Orange_400
255 87 34 Deep_Orange_500
244 81 30 Deep_Orange_600
230 74 25 Deep_Orange_700
216 67 21 Deep_Orange_800
191 54 12 Deep_Orange_900
188 170 164 Brown_200
161 136 127 Brown_300
141 110 99 Brown_400
121 85 72 Brown_500
109 76 65 Brown_600
93 64 55 Brown_700
78 52 46 Brown_800
62 39 35 Brown_900
238 238 238 Grey_200
224 224 224 Grey_300
189 189 189 Grey_400
158 158 158 Grey_500
117 117 117 Grey_600
97 97 97 Grey_700
66 66 66 Grey_800
33 33 33 Grey_900
176 190 197 Blue_Grey_200
144 164 174 Blue_Grey_300
120 144 156 Blue_Grey_400
96 125 139 Blue_Grey_500
84 110 122 Blue_Grey_600
69 90 100 Blue_Grey_700
55 71 79 Blue_Grey_800
38 50 56 Blue_Grey_900
0 0 0 Black
255 255 255 White

View file

@ -0,0 +1,15 @@
GIMP Palette
Name: Monokai
#
0 0 0 Blank
27 29 30 Black
39 40 32 Darker-brown
62 61 50 Dark-brown
117 113 94 Bown
248 248 242 White
249 38 114 Red
253 151 31 Orange
230 219 116 Yellow
102 217 239 Blue
166 226 46 Green
174 129 255 Purple

View file

@ -0,0 +1,21 @@
{
"name": "software-palettes",
"displayName": "Software Palettes",
"description": "Well-known palettes from software developers",
"version": "1.0",
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "Google UI", "path": "./google-ui.gpl" },
{ "id": "Monokai", "path": "./monokai.gpl" },
{ "id": "SmileBASIC", "path": "./smile-basic.gpl" },
{ "id": "Solarized", "path": "./solarized.gpl" },
{ "id": "Web Safe Colors", "path": "./web-safe-colors.gpl" },
{ "id": "Win16", "path": "./win16.gpl" },
{ "id": "X11", "path": "./x11.gpl" }
]
}
}

View file

@ -0,0 +1,22 @@
GIMP Palette
#
# SmileBASIC: http://smilebasic.com/en/reference/#constant
#
0 248 248 AQUA
0 0 0 BLACK
0 0 255 BLUE
0 0 248 CYAN
248 0 248 FUCHSIA
128 128 128 GRAY
0 128 0 GREEN
0 248 0 LIME
248 0 248 MAGENTA
128 0 0 MAROON
0 0 128 NAVY
128 128 0 OLIVE
128 0 128 PURPLE
248 0 0 RED
192 192 192 SILVER
0 128 128 TEAL
248 248 248 WHITE
248 248 0 YELLOW

View file

@ -0,0 +1,20 @@
GIMP Palette
Name: Solarized
Columns: 16
#
0 43 54 solarized-base03
7 54 66 solarized-base02
88 110 117 solarized-base01
101 123 131 solarized-base00
131 148 150 solarized-base0
147 161 161 solarized-base1
238 232 213 solarized-base2
253 246 227 solarized-base3
181 137 0 solarized-yellow
203 75 22 solarized-orange
220 50 47 solarized-red
211 54 130 solarized-magenta
108 113 196 solarized-violet
38 139 210 solarized-blue
42 161 152 solarized-cyan
133 153 0 solarized-green

View file

@ -0,0 +1,222 @@
GIMP Palette
Name: Web Safe Colors
Columns: 6
#
# ColorZilla Web Safe Colors palette
#
255 255 255 Untitled
255 255 204 Untitled
255 255 153 Untitled
255 255 102 Untitled
255 255 51 Untitled
255 255 0 Untitled
255 204 255 Untitled
255 204 204 Untitled
255 204 153 Untitled
255 204 102 Untitled
255 204 51 Untitled
255 204 0 Untitled
255 153 255 Untitled
255 153 204 Untitled
255 153 153 Untitled
255 153 102 Untitled
255 153 51 Untitled
255 153 0 Untitled
255 102 255 Untitled
255 102 204 Untitled
255 102 153 Untitled
255 102 102 Untitled
255 102 51 Untitled
255 102 0 Untitled
255 51 255 Untitled
255 51 204 Untitled
255 51 153 Untitled
255 51 102 Untitled
255 51 51 Untitled
255 51 0 Untitled
255 0 255 Untitled
255 0 204 Untitled
255 0 153 Untitled
255 0 102 Untitled
255 0 51 Untitled
255 0 0 Untitled
204 255 255 Untitled
204 255 204 Untitled
204 255 153 Untitled
204 255 102 Untitled
204 255 51 Untitled
204 255 0 Untitled
204 204 255 Untitled
204 204 204 Untitled
204 204 153 Untitled
204 204 102 Untitled
204 204 51 Untitled
204 204 0 Untitled
204 153 255 Untitled
204 153 204 Untitled
204 153 153 Untitled
204 153 102 Untitled
204 153 51 Untitled
204 153 0 Untitled
204 102 255 Untitled
204 102 204 Untitled
204 102 153 Untitled
204 102 102 Untitled
204 102 51 Untitled
204 102 0 Untitled
204 51 255 Untitled
204 51 204 Untitled
204 51 153 Untitled
204 51 102 Untitled
204 51 51 Untitled
204 51 0 Untitled
204 0 255 Untitled
204 0 204 Untitled
204 0 153 Untitled
204 0 102 Untitled
204 0 51 Untitled
204 0 0 Untitled
153 255 255 Untitled
153 255 204 Untitled
153 255 153 Untitled
153 255 102 Untitled
153 255 51 Untitled
153 255 0 Untitled
153 204 255 Untitled
153 204 204 Untitled
153 204 153 Untitled
153 204 102 Untitled
153 204 51 Untitled
153 204 0 Untitled
153 153 255 Untitled
153 153 204 Untitled
153 153 153 Untitled
153 153 102 Untitled
153 153 51 Untitled
153 153 0 Untitled
153 102 255 Untitled
153 102 204 Untitled
153 102 153 Untitled
153 102 102 Untitled
153 102 51 Untitled
153 102 0 Untitled
153 51 255 Untitled
153 51 204 Untitled
153 51 153 Untitled
153 51 102 Untitled
153 51 51 Untitled
153 51 0 Untitled
153 0 255 Untitled
153 0 204 Untitled
153 0 153 Untitled
153 0 102 Untitled
153 0 51 Untitled
153 0 0 Untitled
102 255 255 Untitled
102 255 204 Untitled
102 255 153 Untitled
102 255 102 Untitled
102 255 51 Untitled
102 255 0 Untitled
102 204 255 Untitled
102 204 204 Untitled
102 204 153 Untitled
102 204 102 Untitled
102 204 51 Untitled
102 204 0 Untitled
102 153 255 Untitled
102 153 204 Untitled
102 153 153 Untitled
102 153 102 Untitled
102 153 51 Untitled
102 153 0 Untitled
102 102 255 Untitled
102 102 204 Untitled
102 102 153 Untitled
102 102 102 Untitled
102 102 51 Untitled
102 102 0 Untitled
102 51 255 Untitled
102 51 204 Untitled
102 51 153 Untitled
102 51 102 Untitled
102 51 51 Untitled
102 51 0 Untitled
102 0 255 Untitled
102 0 204 Untitled
102 0 153 Untitled
102 0 102 Untitled
102 0 51 Untitled
102 0 0 Untitled
51 255 255 Untitled
51 255 204 Untitled
51 255 153 Untitled
51 255 102 Untitled
51 255 51 Untitled
51 255 0 Untitled
51 204 255 Untitled
51 204 204 Untitled
51 204 153 Untitled
51 204 102 Untitled
51 204 51 Untitled
51 204 0 Untitled
51 153 255 Untitled
51 153 204 Untitled
51 153 153 Untitled
51 153 102 Untitled
51 153 51 Untitled
51 153 0 Untitled
51 102 255 Untitled
51 102 204 Untitled
51 102 153 Untitled
51 102 102 Untitled
51 102 51 Untitled
51 102 0 Untitled
51 51 255 Untitled
51 51 204 Untitled
51 51 153 Untitled
51 51 102 Untitled
51 51 51 Untitled
51 51 0 Untitled
51 0 255 Untitled
51 0 204 Untitled
51 0 153 Untitled
51 0 102 Untitled
51 0 51 Untitled
51 0 0 Untitled
0 255 255 Untitled
0 255 204 Untitled
0 255 153 Untitled
0 255 102 Untitled
0 255 51 Untitled
0 255 0 Untitled
0 204 255 Untitled
0 204 204 Untitled
0 204 153 Untitled
0 204 102 Untitled
0 204 51 Untitled
0 204 0 Untitled
0 153 255 Untitled
0 153 204 Untitled
0 153 153 Untitled
0 153 102 Untitled
0 153 51 Untitled
0 153 0 Untitled
0 102 255 Untitled
0 102 204 Untitled
0 102 153 Untitled
0 102 102 Untitled
0 102 51 Untitled
0 102 0 Untitled
0 51 255 Untitled
0 51 204 Untitled
0 51 153 Untitled
0 51 102 Untitled
0 51 51 Untitled
0 51 0 Untitled
0 0 255 Untitled
0 0 204 Untitled
0 0 153 Untitled
0 0 102 Untitled
0 0 51 Untitled
0 0 0 Untitled

View file

@ -0,0 +1,18 @@
GIMP Palette
#
0 0 0 Untitled
130 0 0 Untitled
0 130 0 Untitled
130 130 0 Untitled
0 0 130 Untitled
130 0 130 Untitled
0 130 130 Untitled
195 195 195 Untitled
130 130 130 Untitled
255 0 0 Untitled
0 255 0 Untitled
255 255 0 Untitled
0 0 255 Untitled
255 0 255 Untitled
0 255 255 Untitled
255 255 255 Untitled

View file

@ -0,0 +1,141 @@
GIMP Palette
Name: X11
#
0 0 0 Blank
255 250 250 snow
248 248 255 GhostWhite
245 245 245 WhiteSmoke
220 220 220 gainsboro
255 250 240 FloralWhite
253 245 230 OldLace
250 240 230 linen
250 235 215 AntiqueWhite
255 239 213 PapayaWhip
255 235 205 BlanchedAlmond
255 228 196 bisque
255 218 185 PeachPuff
255 222 173 NavajoWhite
255 228 181 moccasin
255 248 220 cornsilk
255 255 240 ivory
255 250 205 LemonChiffon
255 245 238 seashell
240 255 240 honeydew
245 255 250 MintCream
240 255 255 azure
240 248 255 AliceBlue
230 230 250 lavender
255 240 245 LavenderBlush
255 228 225 MistyRose
255 255 255 white
0 0 0 black
47 79 79 DarkSlateGray
105 105 105 DimGray
112 128 144 SlateGray
119 136 153 LightSlateGray
190 190 190 grey
211 211 211 LightGrey
211 211 211 LightGray
25 25 112 MidnightBlue
0 0 128 navy
0 0 128 NavyBlue
100 149 237 CornflowerBlue
72 61 139 DarkSlateBlue
106 90 205 SlateBlue
123 104 238 MediumSlateBlue
132 112 255 LightSlateBlue
0 0 205 MediumBlue
65 105 225 RoyalBlue
0 0 255 blue
30 144 255 DodgerBlue
0 191 255 DeepSkyBlue
135 206 235 SkyBlue
135 206 250 LightSkyBlue
70 130 180 SteelBlue
176 196 222 LightSteelBlue
173 216 230 LightBlue
176 224 230 PowderBlue
175 238 238 PaleTurquoise
0 206 209 DarkTurquoise
72 209 204 MediumTurquoise
64 224 208 turquoise
0 255 255 cyan
224 255 255 LightCyan
95 158 160 CadetBlue
102 205 170 MediumAquamarine
127 255 212 aquamarine
0 100 0 DarkGreen
85 107 47 DarkOliveGreen
143 188 143 DarkSeaGreen
46 139 87 SeaGreen
60 179 113 MediumSeaGreen
32 178 170 LightSeaGreen
152 251 152 PaleGreen
0 255 127 SpringGreen
124 252 0 LawnGreen
0 255 0 green
127 255 0 chartreuse
0 250 154 MediumSpringGreen
173 255 47 GreenYellow
50 205 50 LimeGreen
154 205 50 YellowGreen
34 139 34 ForestGreen
107 142 35 OliveDrab
189 183 107 DarkKhaki
240 230 140 khaki
238 232 170 PaleGoldenrod
250 250 210 LightGoldenrodYellow
255 255 224 LightYellow
255 255 0 yellow
255 215 0 gold
238 221 130 LightGoldenrod
218 165 32 goldenrod
184 134 11 DarkGoldenrod
188 143 143 RosyBrown
205 92 92 IndianRed
139 69 19 SaddleBrown
160 82 45 sienna
205 133 63 peru
222 184 135 burlywood
245 245 220 beige
245 222 179 wheat
244 164 96 SandyBrown
210 180 140 tan
210 105 30 chocolate
178 34 34 firebrick
165 42 42 brown
233 150 122 DarkSalmon
250 128 114 salmon
255 160 122 LightSalmon
255 165 0 orange
255 140 0 DarkOrange
255 127 80 coral
240 128 128 LightCoral
255 99 71 tomato
255 69 0 OrangeRed
255 0 0 red
255 105 180 HotPink
255 20 147 DeepPink
255 192 203 pink
255 182 193 LightPink
219 112 147 PaleVioletRed
176 48 96 maroon
199 21 133 MediumVioletRed
208 32 144 VioletRed
255 0 255 magenta
238 130 238 violet
221 160 221 plum
218 112 214 orchid
186 85 211 MediumOrchid
153 50 204 DarkOrchid
148 0 211 DarkViolet
138 43 226 BlueViolet
160 32 240 purple
147 112 219 MediumPurple
216 191 216 thistle
169 169 169 DarkGray
0 0 139 DarkBlue
0 139 139 DarkCyan
139 0 139 DarkMagenta
139 0 0 DarkRed
144 238 144 LightGreen