Skip to content

Commit

Permalink
Change pitch outline to darken 20%, desaturate 10% @pitch
Browse files Browse the repository at this point in the history
This is approximately #74b9a0 Lch 70,28,168 - 15 points darker than @pitch, same chroma and hue
Also changes track outline color - which is the same as @pitch in this style currently
  • Loading branch information
jeisenbe committed Jan 27, 2019
1 parent d9f5fdf commit 2c76fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

// --- Sports ---

@pitch: #aae0cb; // also track
@pitch: #aae0cb; // Lch(85,22,168) also track
@track: @pitch;
@stadium: @leisure; // also sports_centre
@golf_course: #b5e3b5;
Expand Down Expand Up @@ -684,7 +684,7 @@
polygon-fill: @track;
[zoom >= 15] {
line-width: 0.5;
line-color: saturate(darken(@track, 30%), 20%);
line-color: desaturate(darken(@track, 20%), 10%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand All @@ -694,7 +694,7 @@
polygon-fill: @pitch;
[zoom >= 15] {
line-width: 0.5;
line-color: saturate(darken(@pitch, 30%), 20%);
line-color: desaturate(darken(@pitch, 20%), 10%);
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
Expand Down

0 comments on commit 2c76fdd

Please sign in to comment.