-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.json
More file actions
79 lines (79 loc) · 2.41 KB
/
Copy pathlanding.json
File metadata and controls
79 lines (79 loc) · 2.41 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
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
{
"art_direction": {
"background_image": {
"white": "bg_orange.jpg",
"lightgray": "bg_orange.jpg",
"yellow": "bg_orange.jpg",
"yellowgreen": "bg_orange.jpg",
"tangerine": "bg_orange.jpg",
"violet": "bg_orange.jpg",
"pink": "bg_orange.jpg",
"darkred": "bg_orange.jpg",
"red": "bg_orange.jpg",
"orange": "bg_orange.jpg",
"green": "bg_orange.jpg",
"darkgreen": "bg_orange.jpg",
"bluegreen": "bg_orange.jpg",
"blue": "bg_orange.jpg",
"darkblue": "bg_orange.jpg",
"gray": "bg_orange.jpg",
"purple": "bg_orange.jpg",
"darkpink": "bg_orange.jpg",
"darkgray": "bg_orange.jpg",
"black": "bg_orange.jpg"
},
"image": {
"white": "blue.png",
"lightgray": "blue.png",
"yellow": "blue.png",
"yellowgreen": "blue.png",
"tangerine": "blue.png",
"violet": "blue.png",
"pink": "blue.png",
"darkred": "blue.png",
"red": "blue.png",
"orange": "blue.png",
"green": "blue.png",
"darkgreen": "blue.png",
"bluegreen": "blue.png",
"blue": "blue.png",
"darkblue": "blue.png",
"gray": "blue.png",
"purple": "blue.png",
"darkpink": "blue.png",
"darkgray": "blue.png",
"black": "blue.png"
},
"typography": {}
},
"fonts": {
"serif": "Abril Fatface, serif",
"sans-serif": "Gill Sans, sans-serif"
},
"colors": {
"light": {
"white": "#fff",
"lightgray": "#ecf0f1",
"yellow": "#f1c40f",
"yellowgreen": "#2ecc71",
"tangerine": "#f39c12",
"violet": "#9b59b6",
"pink": "#f8a5c2"
},
"dark": {
"darkred": "#c0392b",
"red": "#e74c3c",
"orange": "#e67e22",
"green": "#27ae60",
"darkgreen": "#16a085",
"bluegreen": "#1abc9c",
"blue": "#3498db",
"darkblue": "#2980b9",
"gray": "#596275",
"purple": "#8e44ad",
"darkpink": "#cf6a87",
"darkgray": "#303952",
"black": "#000"
}
}
}