-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdefault-palettes.json
More file actions
45 lines (45 loc) · 2.26 KB
/
default-palettes.json
File metadata and controls
45 lines (45 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"default": [
{ "name": "black", "color": "#000", "deviceColor": "#212121" },
{ "name": "white", "color": "#fff", "deviceColor": "#e6e6e6" }
],
"aitjcize-spectra6": [
{ "name": "black", "color": "#020202", "deviceColor": "#000000" },
{ "name": "white", "color": "#BEC8C8", "deviceColor": "#FFFFFF" },
{ "name": "blue", "color": "#05409E", "deviceColor": "#0000FF" },
{ "name": "green", "color": "#27663C", "deviceColor": "#00FF00" },
{ "name": "red", "color": "#871300", "deviceColor": "#FF0000" },
{ "name": "yellow", "color": "#CDCA00", "deviceColor": "#FFFF00" }
],
"gameboy": [
{ "name": "gameboy0", "color": "#0f380f", "deviceColor": "#0F0" },
{ "name": "gameboy1", "color": "#306230", "deviceColor": "#3F0" },
{ "name": "gameboy2", "color": "#8bac0f", "deviceColor": "#7F0" },
{ "name": "gameboy3", "color": "#9bbc0f", "deviceColor": "#FF0" }
],
"spectra6legacy": [
{ "name": "black", "color": "#191E21", "deviceColor": "#000000" },
{ "name": "white", "color": "#e8e8e8", "deviceColor": "#FFFFFF" },
{ "name": "blue", "color": "#2157ba", "deviceColor": "#0000FF" },
{ "name": "green", "color": "#125f20", "deviceColor": "#00FF00" },
{ "name": "red", "color": "#b21318", "deviceColor": "#FF0000" },
{ "name": "yellow", "color": "#efde44", "deviceColor": "#FFFF00" }
],
"spectra6": [
{ "name": "black", "color": "#1F2226", "deviceColor": "#000000" },
{ "name": "white", "color": "#B9C7C9", "deviceColor": "#FFFFFF" },
{ "name": "blue", "color": "#233F8E", "deviceColor": "#0000FF" },
{ "name": "green", "color": "#35563A", "deviceColor": "#00FF00" },
{ "name": "red", "color": "#62201E", "deviceColor": "#FF0000" },
{ "name": "yellow", "color": "#C1BB1E", "deviceColor": "#FFFF00" }
],
"acep": [
{ "name": "black", "color": "#191E21", "deviceColor": "#000" },
{ "name": "white", "color": "#F1F1F1", "deviceColor": "#fff" },
{ "name": "blue", "color": "#31318F", "deviceColor": "#0000FF" },
{ "name": "green", "color": "#53A428", "deviceColor": "#00FF00" },
{ "name": "red", "color": "#D20E13", "deviceColor": "#FF0000" },
{ "name": "orange", "color": "#B85E1C", "deviceColor": "#FF8000" },
{ "name": "yellow", "color": "#F3CF11", "deviceColor": "#FFFF00" }
]
}