forked from datadesk/osm-quiet-la
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpalette.mss
41 lines (37 loc) · 944 Bytes
/
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
/* Fonts */
@sans: "BentonGothic-Medium Medium", "DejaVu Sans Condensed";
@sans_bold: "BentonGothic-BoldCond Medium", "DejaVu Sans Condensed Bold";
@sans_italic: "BentonGothic-RegularItalic Medium", "DejaVu Sans Condensed Oblique";
/* Land use */
@background: #efebe7;
@land:#f4f2ed;
@forest: #dee0d5;
@grass: lighten(@forest, 5%);
@park:lighten(@forest, 3%);
@hospital:#F1E2EE;
@school: lighten(#D9D5E3, 5%);
@stadium: #D9CDC1;
@beach: #ebe2cd;
@runway: #BFBEBD;
@aerodrome: #D6D6D6;
@building: darken(#e8e4e4,8);
@water: #C3D5DD;
@residential: @land * 0.98;
@commercial: @land * 0.97;
@industrial: @land * 0.96;
@military: @land * 0.95;
@parking: #EEE;
@place_of_worship: #E3C5C9;
@admin: #000000;
/* Borders */
@county_border: #8a7c7c;
@california_border: #827676;
@mexico_border: #6E6666;
/* Places */
@place_halo: @land;
@place_text: #757575;
/* Roads, etc. */
@road: #c8c8c1;
@road_text: #757575;
@rail_line: #c8c8c1;
@aeroway: #ddd;