forked from Ahlzen/TopOSM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcolors.mss
54 lines (46 loc) · 1.17 KB
/
colors.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
/* -*- css -*- */
@landcolor: #999;
@builtupcolor: #444;
@naturecolor: #7e5;
@naturecolorlight: #170;
@naturecolortext: #040;
@residentialcolortext: #333;
@schoolcolortext: #545400;
@commercialcolortext: #540000;
@industrialcolortext: #54001e;
@watermaskcolor: black;
@landmaskcolor: white;
@contourcolor: #530;
@waterlinecolor: #15c;
@waterfillcolor: #adf;
@pipelinecolor: #600;
@glacierfillcolor: #ccebff;
@glacierlinecolor: #6e6e6e;
@glacieropacity: 0.4;
@aerowaycolor: #99a;
@aerowayoutlinecolor: #556;
@transportationcolor: #069;
@tunneloutlinecolor: #000;
@lightrailcolor: #666;
@interstatecolor: #93A4FF;
@interstatecolortunnel: #BAC4F6;
@interstatecolorlowzoom: #4D5A9A;
@trunkcolor: #FF8584;
@trunkcolortunnel: #F6B7B7;
@trunkcolorlowzoom: #934748;
@primarycolor: #FFD98F;
@primarycolortunnel: #FFEDC8;
@primarycolorlowzoom: #442C00;
@secondarycolor: #E8E96A;
@secondarycolortunnel: #F4F4B5;
@secondarycolorlowzoom: #303400;
@smallroadcolor: #E2E2E2;
@smallroadcolortunnel: #F1F1F1;
@smallroadcolorlowzoom: #303030;
@parkingcolor: #E7E3C8;
@areaopacity: 0.2;
@halocolor: transparent;
@mapcolor: transparent;
@statenamecolor: #640;
@placenamecolor: #000;
@streetnamecolor: #000;