Skip to content

Commit

Permalink
Use same new blue for cycleway track/lane/bus and parking colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimondable committed May 9, 2020
1 parent 9ffd526 commit 3c981fe
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 38 deletions.
33 changes: 3 additions & 30 deletions palette.mss
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,6 @@
@admin-boundaries: #888;
@state-boundaries: #333;

/* ================================================================== */
/* ROAD COLORS
/* ================================================================== */

/* For each class of road there are three color variables:
* - line: for lower zoomlevels when the road is represented by a
* single solid line.
* - case: for higher zoomlevels, this color is for the road's
* casing (outline).
* - fill: for higher zoomlevels, this color is for the road's
* inner fill (inline).
*/

@pedestrian_area_fill: #dce3e0;

@cycle_lane_case: #0000ff;
@cycle_track_case: #0000ff;
@cycle_busway_case: #0000ff;

@bridge_case: #666;

@aeroway: #ddd;

@surfaceDarker1: 10%;
@surfaceLighter1: 20%;
@surfaceDarker2: 20%;
@surfaceLighter2: 30%;

/* ================================================================== */
/* LABEL COLORS
Expand Down Expand Up @@ -131,7 +104,7 @@
@ferry-route-text: @ferry-route;

@conditional-text: #ff2701;
@conditional-cycle-text: #0000ff;
@conditional-cycle-text: #0000ce;

/* Also used for other small places: hamlets, suburbs, localities */
@village_text: #444;
Expand Down Expand Up @@ -178,10 +151,10 @@
/* ================================================================== */
@bicycle_parking_line: #fff;
@secured_bicycle_parking_line: #edd502;
@bicycle_parking_fill: #0000ff;
@bicycle_parking_fill: #0000ce;
@motorcycle_parking_line: #fff;
@secured_motorcycle_parking_line: @secured_bicycle_parking_line;
@motorcycle_parking_fill: #0050ff;
@motorcycle_parking_fill: #0060ff;

@natural_volcano: #980000;

Expand Down
40 changes: 32 additions & 8 deletions road-colors.mss
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
@bridleway-fill: #741e18;
/* ================================================================== */
/* ROAD COLORS
/* ================================================================== */
/* For each class of road there are three color variables:
* - line: for lower zoomlevels when the road is represented by a
* single solid line.
* - case: for higher zoomlevels, this color is for the road's
* casing (outline).
* - fill: for higher zoomlevels, this color is for the road's
* inner fill (inline).
*/

@cycle-fill: #0000ce;
@cycle_lane_case: @cycle-fill;
@cycle_track_case: @cycle-fill;
@cycle_busway_case: @cycle-fill;
@mixed-cycle-fill: #0060ff;
@path-fill: #007360;
@footway-fill: #7a5b36;
@footway-tunnel-fill: #dcc3a6;
@bridleway-fill: #741e18;
@icn-overlay: #ff00ff;
@icn-shield-fill: #f6f6f6;
@lcn-overlay: #0000ff;
Expand All @@ -15,25 +30,34 @@
@mtb-shield-fill: #f6f6f6;
@ncn-overlay: #aa00ff;
@ncn-shield-fill: #f6f6f6;
@pedestrian-case: #bbb;
@pedestrian-fill: @speedWalk-fill;
@primary-case: #d8b267;
@primary-fill: #f4dfc3;
@rail-line: #888888;
@rcn-overlay: #5500ff;
@rcn-shield-fill: #f6f6f6;
@secondary-case: #b1bb5d;
@secondary-fill: #f6f8d2;
@speed32-fill: #bbffff;
@speed20-fill: #bbffba;
@speedWalk-fill: #ddffba;
@nomotor-fill: #62ff96;
@standard-case: #888;
@standard-fill: #f6f6f6;
@standard-nobicycle: #d4d4d4;
@tertiary-case: #777;
@tertiary-fill: #f6f6f6;
@tertiary-line: #f6f6f6;
@pedestrian-case: #bbb;
@pedestrian-fill: @speedWalk-fill;
@pedestrian_area_fill: #dce3e0;
@speed32-fill: #bbffff;
@speed20-fill: #bbffba;
@speedWalk-fill: #ddffba;
@nomotor-fill: #62ff96;
@track-fill: #1b3b66;
@track-light1: lighten(@track-fill, 30%);
@track-light2: lighten(@track-fill, 50);

@bridge_case: #666;

@aeroway: #ddd;

@surfaceDarker1: 10%;
@surfaceLighter1: 20%;
@surfaceDarker2: 20%;
@surfaceLighter2: 30%;

0 comments on commit 3c981fe

Please sign in to comment.