-
Notifications
You must be signed in to change notification settings - Fork 0
/
presets.js
63 lines (59 loc) · 1.12 KB
/
presets.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// feel free to add more flags here!!! ^w^
module.exports = {
flagNonBinary: [
[35,35,35],
[128, 0, 255],
[255, 245, 0],
[255, 255, 255],
],
flagTrans: [
[101,199,247],
[101,199,247],
[244,115,143],
[244,115,143],
[255,255,255],
[244,115,143],
[244,115,143],
[101,199,247],
[101,199,247],
],
flagBi: [
[230,0,160],
[230,0,160],
[180,0,230],
[255,0,255],
[96,0,230],
[96,0,230],
],
flagLesbian: [
[206,44,0],
[206,44,0],
[250,151,84],
[250,151,84],
[207,96,161],
[207,96,161],
[156,2,94],
[156,2,94],
],
// rainbows!!!!
all: [
[255,0,0],
[255,255,0],
[0,255,0],
[0,255,255],
[0,0,255],
[255,0,255]
],
cgaNights: [
[0,255,255],
[0,255,255],
[255,0,255],
[255,0,255],
[255,255,255],
[255,0,255],
[255,0,255],
[0,255,255],
[0,255,255],
[0,0,0]
],
}