Skip to content

Commit f890949

Browse files
style: Optimize colors of light map theme
AI-assistant: Copilot 1.0.5 (Claude Sonnet 4.6) Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent c13c1da commit f890949

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

app/src/main/assets/map_style_light.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
{
1414
"id": "background",
1515
"type": "background",
16-
"paint": { "background-color": "#f2efe9" }
16+
"paint": { "background-color": "#ede8df" }
1717
},
1818
{
1919
"id": "water",
2020
"type": "fill",
2121
"source": "openmaptiles",
2222
"source-layer": "water",
23-
"paint": { "fill-color": "#a8d8ea" }
23+
"paint": { "fill-color": "#a8d4e0" }
2424
},
2525
{
2626
"id": "waterway",
@@ -29,7 +29,7 @@
2929
"source-layer": "waterway",
3030
"minzoom": 8,
3131
"paint": {
32-
"line-color": "#a8d8ea",
32+
"line-color": "#a8d4e0",
3333
"line-width": ["interpolate", ["linear"], ["zoom"], 8, 0.5, 12, 1.5, 16, 3]
3434
}
3535
},
@@ -39,46 +39,46 @@
3939
"source": "openmaptiles",
4040
"source-layer": "landcover",
4141
"filter": ["==", "class", "wood"],
42-
"paint": { "fill-color": "#c8dfc0" }
42+
"paint": { "fill-color": "#b8d9a0" }
4343
},
4444
{
4545
"id": "landcover-grass",
4646
"type": "fill",
4747
"source": "openmaptiles",
4848
"source-layer": "landcover",
4949
"filter": ["in", "class", "grass", "scrub", "crop"],
50-
"paint": { "fill-color": "#d6e8cc" }
50+
"paint": { "fill-color": "#c8e6a8" }
5151
},
5252
{
5353
"id": "landuse-residential",
5454
"type": "fill",
5555
"source": "openmaptiles",
5656
"source-layer": "landuse",
5757
"filter": ["in", "class", "residential", "suburb", "neighbourhood"],
58-
"paint": { "fill-color": "#f0ece4" }
58+
"paint": { "fill-color": "#ede6dc" }
5959
},
6060
{
6161
"id": "landuse-commercial",
6262
"type": "fill",
6363
"source": "openmaptiles",
6464
"source-layer": "landuse",
6565
"filter": ["in", "class", "commercial", "retail", "industrial"],
66-
"paint": { "fill-color": "#ede8de" }
66+
"paint": { "fill-color": "#e8e0d4" }
6767
},
6868
{
6969
"id": "landuse-park",
7070
"type": "fill",
7171
"source": "openmaptiles",
7272
"source-layer": "landuse",
7373
"filter": ["in", "class", "park", "pitch", "playground", "golf", "cemetery"],
74-
"paint": { "fill-color": "#d6e8cc" }
74+
"paint": { "fill-color": "#c8e6a8" }
7575
},
7676
{
7777
"id": "park",
7878
"type": "fill",
7979
"source": "openmaptiles",
8080
"source-layer": "park",
81-
"paint": { "fill-color": "#d6e8cc", "fill-opacity": 0.8 }
81+
"paint": { "fill-color": "#c2e29c", "fill-opacity": 0.8 }
8282
},
8383
{
8484
"id": "building",
@@ -87,8 +87,8 @@
8787
"source-layer": "building",
8888
"minzoom": 13,
8989
"paint": {
90-
"fill-color": "#e2dbd2",
91-
"fill-outline-color": "#cec6bc"
90+
"fill-color": "#ecdfd0",
91+
"fill-outline-color": "#d8ccba"
9292
}
9393
},
9494
{
@@ -100,7 +100,7 @@
100100
"minzoom": 14,
101101
"layout": { "line-cap": "round", "line-join": "round" },
102102
"paint": {
103-
"line-color": "#d0c8bc",
103+
"line-color": "#cac8c0",
104104
"line-width": 1,
105105
"line-dasharray": [2, 2]
106106
}
@@ -113,7 +113,7 @@
113113
"filter": ["==", "class", "service"],
114114
"minzoom": 14,
115115
"layout": { "line-cap": "round", "line-join": "round" },
116-
"paint": { "line-color": "#d8d0c8", "line-width": 3 }
116+
"paint": { "line-color": "#e0d8cc", "line-width": 3 }
117117
},
118118
{
119119
"id": "road-service",
@@ -134,7 +134,7 @@
134134
"minzoom": 12,
135135
"layout": { "line-cap": "round", "line-join": "round" },
136136
"paint": {
137-
"line-color": "#d8d0c8",
137+
"line-color": "#e0d8c8",
138138
"line-width": ["interpolate", ["linear"], ["zoom"], 12, 2, 16, 5]
139139
}
140140
},
@@ -159,7 +159,7 @@
159159
"filter": ["==", "class", "secondary"],
160160
"layout": { "line-cap": "round", "line-join": "round" },
161161
"paint": {
162-
"line-color": "#d8c8a0",
162+
"line-color": "#e4c860",
163163
"line-width": ["interpolate", ["linear"], ["zoom"], 8, 2, 14, 7]
164164
}
165165
},
@@ -171,7 +171,7 @@
171171
"filter": ["==", "class", "secondary"],
172172
"layout": { "line-cap": "round", "line-join": "round" },
173173
"paint": {
174-
"line-color": "#f5e8c0",
174+
"line-color": "#fae8a0",
175175
"line-width": ["interpolate", ["linear"], ["zoom"], 8, 1, 14, 5]
176176
}
177177
},
@@ -183,7 +183,7 @@
183183
"filter": ["in", "class", "primary", "trunk"],
184184
"layout": { "line-cap": "round", "line-join": "round" },
185185
"paint": {
186-
"line-color": "#d4b070",
186+
"line-color": "#e0aa48",
187187
"line-width": ["interpolate", ["linear"], ["zoom"], 6, 2, 14, 9]
188188
}
189189
},
@@ -195,7 +195,7 @@
195195
"filter": ["in", "class", "primary", "trunk"],
196196
"layout": { "line-cap": "round", "line-join": "round" },
197197
"paint": {
198-
"line-color": "#fdd090",
198+
"line-color": "#fad888",
199199
"line-width": ["interpolate", ["linear"], ["zoom"], 6, 1, 14, 7]
200200
}
201201
},
@@ -207,7 +207,7 @@
207207
"filter": ["==", "class", "motorway"],
208208
"layout": { "line-cap": "round", "line-join": "round" },
209209
"paint": {
210-
"line-color": "#c88830",
210+
"line-color": "#c87820",
211211
"line-width": ["interpolate", ["linear"], ["zoom"], 4, 2, 14, 12]
212212
}
213213
},
@@ -219,7 +219,7 @@
219219
"filter": ["==", "class", "motorway"],
220220
"layout": { "line-cap": "round", "line-join": "round" },
221221
"paint": {
222-
"line-color": "#f5a940",
222+
"line-color": "#f9a030",
223223
"line-width": ["interpolate", ["linear"], ["zoom"], 4, 1, 14, 10]
224224
}
225225
},
@@ -231,7 +231,7 @@
231231
"filter": ["in", "class", "rail", "transit"],
232232
"minzoom": 10,
233233
"paint": {
234-
"line-color": "#b8b0a8",
234+
"line-color": "#aaa8a0",
235235
"line-width": 1.5,
236236
"line-dasharray": [4, 3]
237237
}
@@ -243,7 +243,7 @@
243243
"source-layer": "boundary",
244244
"filter": ["==", "admin_level", 2],
245245
"paint": {
246-
"line-color": "#b0a090",
246+
"line-color": "#b8a898",
247247
"line-width": 1.5,
248248
"line-dasharray": [4, 3]
249249
}
@@ -256,7 +256,7 @@
256256
"filter": ["==", "admin_level", 4],
257257
"minzoom": 4,
258258
"paint": {
259-
"line-color": "#c8b8a8",
259+
"line-color": "#c8b8aa",
260260
"line-width": 1,
261261
"line-dasharray": [3, 4]
262262
}
@@ -274,8 +274,8 @@
274274
"text-max-width": 8
275275
},
276276
"paint": {
277-
"text-color": "#4a4a4a",
278-
"text-halo-color": "#f2efe9",
277+
"text-color": "#3c4043",
278+
"text-halo-color": "#ede8df",
279279
"text-halo-width": 1.5
280280
}
281281
},
@@ -292,7 +292,7 @@
292292
"text-max-width": 10
293293
},
294294
"paint": {
295-
"text-color": "#333333",
295+
"text-color": "#3c4043",
296296
"text-halo-color": "#ffffff",
297297
"text-halo-width": 1.5
298298
}
@@ -311,7 +311,7 @@
311311
"text-max-width": 8
312312
},
313313
"paint": {
314-
"text-color": "#555555",
314+
"text-color": "#5f6368",
315315
"text-halo-color": "#ffffff",
316316
"text-halo-width": 1.5
317317
}
@@ -330,7 +330,7 @@
330330
"text-max-width": 8
331331
},
332332
"paint": {
333-
"text-color": "#666666",
333+
"text-color": "#70757a",
334334
"text-halo-color": "#ffffff",
335335
"text-halo-width": 1
336336
}
@@ -351,7 +351,7 @@
351351
"text-letter-spacing": 0.1
352352
},
353353
"paint": {
354-
"text-color": "#888888",
354+
"text-color": "#80868b",
355355
"text-halo-color": "#ffffff",
356356
"text-halo-width": 1
357357
}
@@ -370,7 +370,7 @@
370370
"text-max-angle": 30
371371
},
372372
"paint": {
373-
"text-color": "#666666",
373+
"text-color": "#5f6368",
374374
"text-halo-color": "#ffffff",
375375
"text-halo-width": 1
376376
}

0 commit comments

Comments
 (0)