Skip to content

Commit

Permalink
changing sports related colors
Browse files Browse the repository at this point in the history
  • Loading branch information
imagico committed Mar 5, 2016
1 parent 6a7a9cc commit bd9f3c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@
}
[feature = 'leisure_sports_centre'],
[feature = 'leisure_stadium'] {
text-fill: darken(@stadium, 30%);
text-fill: darken(@stadium, 70%);
}
[feature = 'leisure_track'] {
text-fill: darken(@track, 40%);
Expand Down
18 changes: 9 additions & 9 deletions landcover.mss
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
// --- Parks, woods, other green things ---

@grass: #cdebb0; // also meadow, common, garden, village_green
@golf_course: #b5e3b5;
@scrub: #b5e3b5;
@forest: #add19e; // Lch(80,30,135)
@forest-text: #46673b; // Lch(40,30,135)
@park: #c8facc; // Lch(94,30,145) also recreation_ground
@orchard: #aedfa3;

// --- sports ---

@stadium: #3c9; // also sports_centre
@track: #74dcba;
@pitch: #8ad3af;

// --- "base" landuses ---

@residential: #e0dfdf; // Lch(89,0,0)
Expand Down Expand Up @@ -60,6 +53,13 @@
@military: #f55;
@beach: #fff1ba;

// --- sports ---

@pitch: #80d7b5;
@track: @pitch;
@stadium: @educational_areas_and_hospital; // also sports_centre
@golf_course: #b5e3b5;

#landcover-low-zoom[zoom < 10],
#landcover[zoom >= 10] {

Expand Down Expand Up @@ -520,7 +520,7 @@
polygon-fill: @track;
[zoom >= 15] {
line-width: 0.5;
line-color: saturate(darken(@track, 40%), 20%);
line-color: saturate(darken(@track, 30%), 20%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand All @@ -530,7 +530,7 @@
polygon-fill: @pitch;
[zoom >= 15] {
line-width: 0.5;
line-color: saturate(darken(@pitch, 40%), 20%);
line-color: saturate(darken(@pitch, 30%), 20%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand Down

0 comments on commit bd9f3c3

Please sign in to comment.