|
13 | 13 | { |
14 | 14 | "id": "background", |
15 | 15 | "type": "background", |
16 | | - "paint": { "background-color": "#1a2535" } |
| 16 | + "paint": { "background-color": "#111c2a" } |
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": "#0f1c2d" } |
| 23 | + "paint": { "fill-color": "#071018" } |
24 | 24 | }, |
25 | 25 | { |
26 | 26 | "id": "waterway", |
|
29 | 29 | "source-layer": "waterway", |
30 | 30 | "minzoom": 8, |
31 | 31 | "paint": { |
32 | | - "line-color": "#0f1c2d", |
| 32 | + "line-color": "#071018", |
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": "#162e22" } |
| 42 | + "paint": { "fill-color": "#0c2016" } |
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": "#1b3527" } |
| 50 | + "paint": { "fill-color": "#102219" } |
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": "#1c2a38" } |
| 58 | + "paint": { "fill-color": "#131f2c" } |
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": "#1e2b3a" } |
| 66 | + "paint": { "fill-color": "#14202e" } |
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": "#1b3527" } |
| 74 | + "paint": { "fill-color": "#102219" } |
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": "#1b3527", "fill-opacity": 0.8 } |
| 81 | + "paint": { "fill-color": "#102219", "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": "#1e2c3c", |
91 | | - "fill-outline-color": "#253447" |
| 90 | + "fill-color": "#14202e", |
| 91 | + "fill-outline-color": "#1c2a3c" |
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": "#1e2d3e", |
| 103 | + "line-color": "#142434", |
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": "#16202e", "line-width": 3 } |
| 116 | + "paint": { "line-color": "#0c1620", "line-width": 3 } |
117 | 117 | }, |
118 | 118 | { |
119 | 119 | "id": "road-service", |
|
123 | 123 | "filter": ["==", "class", "service"], |
124 | 124 | "minzoom": 13, |
125 | 125 | "layout": { "line-cap": "round", "line-join": "round" }, |
126 | | - "paint": { "line-color": "#1b2838", "line-width": 1.5 } |
| 126 | + "paint": { "line-color": "#243348", "line-width": 1.5 } |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | "id": "road-minor-casing", |
|
134 | 134 | "minzoom": 12, |
135 | 135 | "layout": { "line-cap": "round", "line-join": "round" }, |
136 | 136 | "paint": { |
137 | | - "line-color": "#16202e", |
| 137 | + "line-color": "#0c1620", |
138 | 138 | "line-width": ["interpolate", ["linear"], ["zoom"], 12, 2, 16, 5] |
139 | 139 | } |
140 | 140 | }, |
|
147 | 147 | "minzoom": 11, |
148 | 148 | "layout": { "line-cap": "round", "line-join": "round" }, |
149 | 149 | "paint": { |
150 | | - "line-color": "#1c293a", |
| 150 | + "line-color": "#263548", |
151 | 151 | "line-width": ["interpolate", ["linear"], ["zoom"], 11, 0.5, 14, 2, 16, 4] |
152 | 152 | } |
153 | 153 | }, |
|
159 | 159 | "filter": ["==", "class", "secondary"], |
160 | 160 | "layout": { "line-cap": "round", "line-join": "round" }, |
161 | 161 | "paint": { |
162 | | - "line-color": "#16202e", |
| 162 | + "line-color": "#0c1620", |
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": "#243040", |
| 174 | + "line-color": "#2e3e54", |
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": "#16202e", |
| 186 | + "line-color": "#0c1620", |
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": "#2a3c52", |
| 198 | + "line-color": "#344e68", |
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": "#1a2d42", |
| 210 | + "line-color": "#0e1e30", |
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": "#2e3e52", |
| 222 | + "line-color": "#385068", |
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": "#263342", |
| 234 | + "line-color": "#1c2836", |
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": "#374a62", |
| 246 | + "line-color": "#44607e", |
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": "#2e3e52", |
| 259 | + "line-color": "#385068", |
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": "#c8d4e0", |
278 | | - "text-halo-color": "#1a2535", |
| 277 | + "text-color": "#dce8f6", |
| 278 | + "text-halo-color": "#111c2a", |
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": "#e0e8f0", |
296 | | - "text-halo-color": "#1a2535", |
| 295 | + "text-color": "#eef4fc", |
| 296 | + "text-halo-color": "#111c2a", |
297 | 297 | "text-halo-width": 1.5 |
298 | 298 | } |
299 | 299 | }, |
|
311 | 311 | "text-max-width": 8 |
312 | 312 | }, |
313 | 313 | "paint": { |
314 | | - "text-color": "#b0bfcc", |
315 | | - "text-halo-color": "#1a2535", |
| 314 | + "text-color": "#c6d5e4", |
| 315 | + "text-halo-color": "#111c2a", |
316 | 316 | "text-halo-width": 1.5 |
317 | 317 | } |
318 | 318 | }, |
|
330 | 330 | "text-max-width": 8 |
331 | 331 | }, |
332 | 332 | "paint": { |
333 | | - "text-color": "#8fa0b5", |
334 | | - "text-halo-color": "#1a2535", |
| 333 | + "text-color": "#a8b8cc", |
| 334 | + "text-halo-color": "#111c2a", |
335 | 335 | "text-halo-width": 1 |
336 | 336 | } |
337 | 337 | }, |
|
351 | 351 | "text-letter-spacing": 0.1 |
352 | 352 | }, |
353 | 353 | "paint": { |
354 | | - "text-color": "#7a8fa8", |
355 | | - "text-halo-color": "#1a2535", |
| 354 | + "text-color": "#94a8c0", |
| 355 | + "text-halo-color": "#111c2a", |
356 | 356 | "text-halo-width": 1 |
357 | 357 | } |
358 | 358 | }, |
|
370 | 370 | "text-max-angle": 30 |
371 | 371 | }, |
372 | 372 | "paint": { |
373 | | - "text-color": "#7a8fa8", |
374 | | - "text-halo-color": "#1a2535", |
| 373 | + "text-color": "#94a8c0", |
| 374 | + "text-halo-color": "#111c2a", |
375 | 375 | "text-halo-width": 1 |
376 | 376 | } |
377 | 377 | } |
|
0 commit comments