forked from lefoy/cyanide-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.json
81 lines (81 loc) · 1.3 KB
/
colors.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"backgrounds": [
{
"name": "default",
"hex": "0a0a0a",
"rgb": "10,10,10"
},
{
"name": "Black",
"hex": "000000",
"rgb": "0,0,0"
},
{
"name": "Contrasted",
"hex": "121212",
"rgb": "18,18,18"
},
{
"name": "Contrasted Semi",
"hex": "191919",
"rgb": "25,25,25"
},
{
"name": "Contrasted Light",
"hex": "282828",
"rgb": "40,40,40"
}
],
"colors": [
{
"name": "default",
"hex": "64b2db",
"rgb": "100,178,219"
},
{
"name": "Acid",
"hex": "b6db51",
"rgb": "182,219,81"
},
{
"name": "Alert",
"hex": "fa2f00",
"rgb": "250,47,0"
},
{
"name": "Golden",
"hex": "ffbf3b",
"rgb": "255,191,59"
},
{
"name": "Love",
"hex": "f1416b",
"rgb": "214,65,107"
},
{
"name": "Mint",
"hex": "b7c775",
"rgb": "183,199,117"
},
{
"name": "Purple",
"hex": "d952aa",
"rgb": "217,82,170"
},
{
"name": "Salmon",
"hex": "ff786d",
"rgb": "255,120,109"
},
{
"name": "Sky",
"hex": "93d6d6",
"rgb": "147,214,214"
},
{
"name": "Wood",
"hex": "9c684f",
"rgb": "156,104,79"
}
]
}