forked from cyclosm/cyclosm-cartocss-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
palette.mss
186 lines (153 loc) · 5.37 KB
/
palette.mss
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
/* ****************************************************************** */
/* OSM BRIGHT */
/* */
/* Part of the colors used here are coming from */
/* https://github.com/karlwettin/tilemill-style-hydda */
/* ****************************************************************** */
/* For basic style customization you can simply edit the colors and
* fonts defined in this file. For more detailed / advanced
* adjustments explore the other files.
*
* GENERAL NOTES
*
* There is a slight performance cost in rendering line-caps. An
* effort has been made to restrict line-cap definitions to styles
* where the results will be visible (lines at least 2 pixels thick).
*/
/* ================================================================== */
/* FONTS
/* ================================================================== */
/* Some fonts are larger or smaller than others. Use this variable to
globally increase or decrease the font sizes. */
/* Note this is only implemented for certain things so far */
@text_adjust: 0;
/* ================================================================== */
/* LANDUSE & LANDCOVER COLORS
/* ================================================================== */
/* The lighten() calls below compensate for the extra opacity from the hillshades. */
@land: #eee5dc;
@grass: #c2debd;
@meadow: #e2eecb;
@park: #c2debd;
@cemetery: #D6DED2;
@wooded: #95bd84;
@heath: #b2c068;
@scrub: #c8d7ab;
@farmland: #fbf0e3;
@water: #8ecbeb;
@glacier: #ddecec;
@religious: #ded4b2;
@military: #f55;
@quarry: #c5c3c3;
@sand: #f5e9c6;
@bare_ground: #eee5dc;
@hedge: #add19e;
@nature_reserve: #05620e;
@building: #e4dfdb;
@hospital: #e0e0e0;
@school: #e0e0e0;
@sports: #e0e0e0;
@stadium: @land * 0.97;
@pitch: @park * 0.97;
@track: @park * 0.96;
@residential: @land * 1.05;
@commercial: @land * 0.97;
@industrial: @land * 0.96;
@parking: #EEE;
@power-line: #888;
@admin-boundaries: #888;
@state-boundaries: #333;
/* ================================================================== */
/* LABEL COLORS
/* ================================================================== */
/* We set up a default halo color for places so you can edit them all
at once or override each individually. */
@place_halo: fadeout(#fff,34%);
@country_text: #222;
@country_halo: @place_halo;
@state_text: #222;
@state_halo: @place_halo;
@city_text: #222;
@city_halo: @place_halo;
@town_text: #222;
@town_halo: @place_halo;
@poi_text: #666;
@road_text: #222;
@road_halo: #fff;
@other_text: #666;
@other_halo: @place_halo;
@locality_text: #aaa;
@locality_halo: @land;
@ferry-route: #66f;
@ferry-route-text: @ferry-route;
@conditional-text: #ff2701;
/* Also used for other small places: hamlets, suburbs, localities */
@village_text: #444;
@village_halo: @place_halo;
@placenames: #111;
@placenames-light: #444;
@standard-halo-radius: 1;
@standard-halo-fill: rgba(255,255,255,0.6);
@standard-font-size: 10;
@standard-wrap-width: 30;
@standard-line-spacing-size: -1.5;
@shield-size: 10;
@shield-line-spacing: -1.5;
@shield-spacing: 900;
@shield-repeat-distance: 700;
@shield-margin: 40;
@shield-face-name: @sans;
@shield-clip: false;
@shield-size-z16: 11;
@shield-line-spacing-z16: -1.65;
@shield-size-z18: 12;
@shield-line-spacing-z18: -1.80;
@major-highway-text-repeat-distance: 300;
@minor-highway-text-repeat-distance: 150;
@contours-halo-fill: rgba(0, 0, 0, 0.3);
@contours-font-size: 8;
@contours-larger-font-size: 9;
@contours-position-tolerance: 100;
@contours-small-spacing: 200;
@contours-spacing: 800;
@contours-small-min-path-length: 200;
@contours-min-path-length: 300;
@contours-max-char-angle-delta: 10;
@contours-fill: #ffa970;
@contours-stroke: #c45700;
/* ================================================================== */
/* POIs COLORS
/* ================================================================== */
@bicycle_parking_line: #fff;
@secured_bicycle_parking_line: #edd502;
@bicycle_parking_fill: #0000ce;
@motorcycle_parking_line: #fff;
@secured_motorcycle_parking_line: @secured_bicycle_parking_line;
@motorcycle_parking_fill: #0060ff;
@natural_volcano: #980000;
@bicycle-amenity: #ac39ac;
@bicycle-rental: #006ac3;
@marina-text: #576ddf;
@nobike-transportation-icon: #444444;
@transportation-icon: #0092da;
@transportation-text: #0066ff;
@trainstation-icon: #555;
@trainstation-text: #555;
@accommodation-icon: #004b00;
@accommodation-text: @accommodation-icon;
@gastronomy-icon: #666;
@gastronomy-text: darken(@gastronomy-icon, 5%);
@shop-icon: #666;
@shop-text: darken(@shop-icon, 5%);
@amenity-water: #3b029a;
@amenity-common: #666;
@memorials: @amenity-common;
@man-made-icon: #666;
@culture: @amenity-common;
@health-color: #444;
@religious-icon: #333;
@public-service: @amenity-common;
@leisure-green: darken(@park, 60%);
@airtransport: @amenity-common;
@landform-color: #d08f55;
/* ****************************************************************** */