|
13 | 13 | { |
14 | 14 | "id": "background", |
15 | 15 | "type": "background", |
16 | | - "paint": { "background-color": "#f2efe9" } |
| 16 | + "paint": { "background-color": "#ede8df" } |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "id": "water", |
20 | 20 | "type": "fill", |
21 | 21 | "source": "openmaptiles", |
22 | 22 | "source-layer": "water", |
23 | | - "paint": { "fill-color": "#a8d8ea" } |
| 23 | + "paint": { "fill-color": "#a8d4e0" } |
24 | 24 | }, |
25 | 25 | { |
26 | 26 | "id": "waterway", |
|
29 | 29 | "source-layer": "waterway", |
30 | 30 | "minzoom": 8, |
31 | 31 | "paint": { |
32 | | - "line-color": "#a8d8ea", |
| 32 | + "line-color": "#a8d4e0", |
33 | 33 | "line-width": ["interpolate", ["linear"], ["zoom"], 8, 0.5, 12, 1.5, 16, 3] |
34 | 34 | } |
35 | 35 | }, |
|
39 | 39 | "source": "openmaptiles", |
40 | 40 | "source-layer": "landcover", |
41 | 41 | "filter": ["==", "class", "wood"], |
42 | | - "paint": { "fill-color": "#c8dfc0" } |
| 42 | + "paint": { "fill-color": "#b8d9a0" } |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "id": "landcover-grass", |
46 | 46 | "type": "fill", |
47 | 47 | "source": "openmaptiles", |
48 | 48 | "source-layer": "landcover", |
49 | 49 | "filter": ["in", "class", "grass", "scrub", "crop"], |
50 | | - "paint": { "fill-color": "#d6e8cc" } |
| 50 | + "paint": { "fill-color": "#c8e6a8" } |
51 | 51 | }, |
52 | 52 | { |
53 | 53 | "id": "landuse-residential", |
54 | 54 | "type": "fill", |
55 | 55 | "source": "openmaptiles", |
56 | 56 | "source-layer": "landuse", |
57 | 57 | "filter": ["in", "class", "residential", "suburb", "neighbourhood"], |
58 | | - "paint": { "fill-color": "#f0ece4" } |
| 58 | + "paint": { "fill-color": "#ede6dc" } |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "id": "landuse-commercial", |
62 | 62 | "type": "fill", |
63 | 63 | "source": "openmaptiles", |
64 | 64 | "source-layer": "landuse", |
65 | 65 | "filter": ["in", "class", "commercial", "retail", "industrial"], |
66 | | - "paint": { "fill-color": "#ede8de" } |
| 66 | + "paint": { "fill-color": "#e8e0d4" } |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "id": "landuse-park", |
70 | 70 | "type": "fill", |
71 | 71 | "source": "openmaptiles", |
72 | 72 | "source-layer": "landuse", |
73 | 73 | "filter": ["in", "class", "park", "pitch", "playground", "golf", "cemetery"], |
74 | | - "paint": { "fill-color": "#d6e8cc" } |
| 74 | + "paint": { "fill-color": "#c8e6a8" } |
75 | 75 | }, |
76 | 76 | { |
77 | 77 | "id": "park", |
78 | 78 | "type": "fill", |
79 | 79 | "source": "openmaptiles", |
80 | 80 | "source-layer": "park", |
81 | | - "paint": { "fill-color": "#d6e8cc", "fill-opacity": 0.8 } |
| 81 | + "paint": { "fill-color": "#c2e29c", "fill-opacity": 0.8 } |
82 | 82 | }, |
83 | 83 | { |
84 | 84 | "id": "building", |
|
87 | 87 | "source-layer": "building", |
88 | 88 | "minzoom": 13, |
89 | 89 | "paint": { |
90 | | - "fill-color": "#e2dbd2", |
91 | | - "fill-outline-color": "#cec6bc" |
| 90 | + "fill-color": "#ecdfd0", |
| 91 | + "fill-outline-color": "#d8ccba" |
92 | 92 | } |
93 | 93 | }, |
94 | 94 | { |
|
100 | 100 | "minzoom": 14, |
101 | 101 | "layout": { "line-cap": "round", "line-join": "round" }, |
102 | 102 | "paint": { |
103 | | - "line-color": "#d0c8bc", |
| 103 | + "line-color": "#cac8c0", |
104 | 104 | "line-width": 1, |
105 | 105 | "line-dasharray": [2, 2] |
106 | 106 | } |
|
113 | 113 | "filter": ["==", "class", "service"], |
114 | 114 | "minzoom": 14, |
115 | 115 | "layout": { "line-cap": "round", "line-join": "round" }, |
116 | | - "paint": { "line-color": "#d8d0c8", "line-width": 3 } |
| 116 | + "paint": { "line-color": "#e0d8cc", "line-width": 3 } |
117 | 117 | }, |
118 | 118 | { |
119 | 119 | "id": "road-service", |
|
134 | 134 | "minzoom": 12, |
135 | 135 | "layout": { "line-cap": "round", "line-join": "round" }, |
136 | 136 | "paint": { |
137 | | - "line-color": "#d8d0c8", |
| 137 | + "line-color": "#e0d8c8", |
138 | 138 | "line-width": ["interpolate", ["linear"], ["zoom"], 12, 2, 16, 5] |
139 | 139 | } |
140 | 140 | }, |
|
159 | 159 | "filter": ["==", "class", "secondary"], |
160 | 160 | "layout": { "line-cap": "round", "line-join": "round" }, |
161 | 161 | "paint": { |
162 | | - "line-color": "#d8c8a0", |
| 162 | + "line-color": "#e4c860", |
163 | 163 | "line-width": ["interpolate", ["linear"], ["zoom"], 8, 2, 14, 7] |
164 | 164 | } |
165 | 165 | }, |
|
171 | 171 | "filter": ["==", "class", "secondary"], |
172 | 172 | "layout": { "line-cap": "round", "line-join": "round" }, |
173 | 173 | "paint": { |
174 | | - "line-color": "#f5e8c0", |
| 174 | + "line-color": "#fae8a0", |
175 | 175 | "line-width": ["interpolate", ["linear"], ["zoom"], 8, 1, 14, 5] |
176 | 176 | } |
177 | 177 | }, |
|
183 | 183 | "filter": ["in", "class", "primary", "trunk"], |
184 | 184 | "layout": { "line-cap": "round", "line-join": "round" }, |
185 | 185 | "paint": { |
186 | | - "line-color": "#d4b070", |
| 186 | + "line-color": "#e0aa48", |
187 | 187 | "line-width": ["interpolate", ["linear"], ["zoom"], 6, 2, 14, 9] |
188 | 188 | } |
189 | 189 | }, |
|
195 | 195 | "filter": ["in", "class", "primary", "trunk"], |
196 | 196 | "layout": { "line-cap": "round", "line-join": "round" }, |
197 | 197 | "paint": { |
198 | | - "line-color": "#fdd090", |
| 198 | + "line-color": "#fad888", |
199 | 199 | "line-width": ["interpolate", ["linear"], ["zoom"], 6, 1, 14, 7] |
200 | 200 | } |
201 | 201 | }, |
|
207 | 207 | "filter": ["==", "class", "motorway"], |
208 | 208 | "layout": { "line-cap": "round", "line-join": "round" }, |
209 | 209 | "paint": { |
210 | | - "line-color": "#c88830", |
| 210 | + "line-color": "#c87820", |
211 | 211 | "line-width": ["interpolate", ["linear"], ["zoom"], 4, 2, 14, 12] |
212 | 212 | } |
213 | 213 | }, |
|
219 | 219 | "filter": ["==", "class", "motorway"], |
220 | 220 | "layout": { "line-cap": "round", "line-join": "round" }, |
221 | 221 | "paint": { |
222 | | - "line-color": "#f5a940", |
| 222 | + "line-color": "#f9a030", |
223 | 223 | "line-width": ["interpolate", ["linear"], ["zoom"], 4, 1, 14, 10] |
224 | 224 | } |
225 | 225 | }, |
|
231 | 231 | "filter": ["in", "class", "rail", "transit"], |
232 | 232 | "minzoom": 10, |
233 | 233 | "paint": { |
234 | | - "line-color": "#b8b0a8", |
| 234 | + "line-color": "#aaa8a0", |
235 | 235 | "line-width": 1.5, |
236 | 236 | "line-dasharray": [4, 3] |
237 | 237 | } |
|
243 | 243 | "source-layer": "boundary", |
244 | 244 | "filter": ["==", "admin_level", 2], |
245 | 245 | "paint": { |
246 | | - "line-color": "#b0a090", |
| 246 | + "line-color": "#b8a898", |
247 | 247 | "line-width": 1.5, |
248 | 248 | "line-dasharray": [4, 3] |
249 | 249 | } |
|
256 | 256 | "filter": ["==", "admin_level", 4], |
257 | 257 | "minzoom": 4, |
258 | 258 | "paint": { |
259 | | - "line-color": "#c8b8a8", |
| 259 | + "line-color": "#c8b8aa", |
260 | 260 | "line-width": 1, |
261 | 261 | "line-dasharray": [3, 4] |
262 | 262 | } |
|
274 | 274 | "text-max-width": 8 |
275 | 275 | }, |
276 | 276 | "paint": { |
277 | | - "text-color": "#4a4a4a", |
278 | | - "text-halo-color": "#f2efe9", |
| 277 | + "text-color": "#3c4043", |
| 278 | + "text-halo-color": "#ede8df", |
279 | 279 | "text-halo-width": 1.5 |
280 | 280 | } |
281 | 281 | }, |
|
292 | 292 | "text-max-width": 10 |
293 | 293 | }, |
294 | 294 | "paint": { |
295 | | - "text-color": "#333333", |
| 295 | + "text-color": "#3c4043", |
296 | 296 | "text-halo-color": "#ffffff", |
297 | 297 | "text-halo-width": 1.5 |
298 | 298 | } |
|
311 | 311 | "text-max-width": 8 |
312 | 312 | }, |
313 | 313 | "paint": { |
314 | | - "text-color": "#555555", |
| 314 | + "text-color": "#5f6368", |
315 | 315 | "text-halo-color": "#ffffff", |
316 | 316 | "text-halo-width": 1.5 |
317 | 317 | } |
|
330 | 330 | "text-max-width": 8 |
331 | 331 | }, |
332 | 332 | "paint": { |
333 | | - "text-color": "#666666", |
| 333 | + "text-color": "#70757a", |
334 | 334 | "text-halo-color": "#ffffff", |
335 | 335 | "text-halo-width": 1 |
336 | 336 | } |
|
351 | 351 | "text-letter-spacing": 0.1 |
352 | 352 | }, |
353 | 353 | "paint": { |
354 | | - "text-color": "#888888", |
| 354 | + "text-color": "#80868b", |
355 | 355 | "text-halo-color": "#ffffff", |
356 | 356 | "text-halo-width": 1 |
357 | 357 | } |
|
370 | 370 | "text-max-angle": 30 |
371 | 371 | }, |
372 | 372 | "paint": { |
373 | | - "text-color": "#666666", |
| 373 | + "text-color": "#5f6368", |
374 | 374 | "text-halo-color": "#ffffff", |
375 | 375 | "text-halo-width": 1 |
376 | 376 | } |
|
0 commit comments