-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffects.js
46 lines (46 loc) · 1.23 KB
/
effects.js
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
46
export default [
{
names: ['mint', 'minty', 'm', 'aqua', 'a'],
nanoLeaf: 'aqua',
smolLeaf: 'aqua',
hue1: [50, 143, 150],
hue2: [30, 143, 150],
},
{
names: ['gamer', 'game', 'g'],
nanoLeaf: 'gamer',
smolLeaf: 'gamer',
hue1: [90, 10, 255],
hue2: [255, 0, 6],
},
// {
// names: ["passionfruit", "passion", "p"],
// nanoLeaf: "Passionfruit",
// hue1: [255, 157, 28],
// hue2: [248, 145, 255],
// },
// {
// names: ["playstation", "blue", "b"],
// nanoLeaf: "Playstation Blue",
// hue1: [0, 67, 156],
// hue2: [0, 112, 204],
// },
// {
// names: ["tropical", "t"],
// nanoLeaf: "Tropical Waterfall",
// hue1: [255, 123, 0],
// hue2: [255, 0, 102],
// },
// {
// names: ["hmm"],
// nanoLeaf: "Dark Northen Lights for TV!",
// hue1: [90, 10, 255],
// hue2: [255, 0, 6],
// },
// {
// names: ["productive", "p"],
// swoleLeaf: "productive",
// hue1: [255, 236, 168],
// hue2: [30, 143, 150],
// },
];