-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.json
78 lines (77 loc) · 2.28 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
{
"tab":{
"text":{
"active":{
"light": "black",
"sepia": "black",
"dark": "white"
},
"inactive":{
"light": "#595959",
"sepia": "#595959",
"dark": "#c4c4c4"
}
},
"tab":{
"active":{
"light": "white",
"sepia": "#fffced",
"dark": "#303030"
},
"inactive":{
"light": "#e8e8e8",
"sepia": "#ebe9dd",
"dark": "#212121"
}
},
"background":{
"light":"lightgrey",
"sepia":"#dbdace",
"dark": "black"
}
},
"bible":{
"text":{
"light": "black",
"sepia": "black",
"dark": "white"
},
"background":{
"light": "white",
"sepia": "#fffced",
"dark": "#303030"
},
"color":{
"light": {
"red":[ "#ff6161","#ff6161"],
"orange":[ "#ff9124","#ff9124"],
"yellow":[ "#ebe300","#ccc500"],
"green":[ "#00a120","#00a120"],
"blue":["#308aff","#308aff"],
"purple":["#ae00ff","#ae00ff"],
"pink":["#ff00ff","#ff00ff"],
"gray": ["#636363","#636363"]
},
"sepia": {
"red": [ "#ff6161","#ff6161"],
"orange":[ "#ff9124","#ff9124"],
"yellow":[ "#ebe300","#ccc500"],
"green":[ "#00a120","#00a120"],
"blue":["#308aff","#308aff"],
"purple":["#ae00ff","#ae00ff"],
"pink":["#ff00ff","#ff00ff"],
"gray": ["#636363","#636363"]
},
"dark": {
"red": ["#ff6161", "#ff6161"],
"orange":[ "#ff9124","#ff9124"],
"yellow":[ "#e8e000","#e8e000"],
"green":[ "#00a120","#00a120"],
"blue":["#5ea4ff","#82b8ff"],
"purple":["#ae00ff","#c13bff"],
"pink":["#ff00ff","#ff00ff"],
"gray": ["#b5b5b5","#b5b5b5"]
}
}
}
}