Skip to content

Commit

Permalink
Tuning the water fill colors
Browse files Browse the repository at this point in the history
This is made after blue is not used for not water related features any more which removes one of the major constraints in original color selection for water.

Still requires more testing and possibly further tuning.
  • Loading branch information
imagico committed Sep 23, 2018
1 parent 4e63bfb commit 0acdd0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.mss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Map {

@land-color: #f2efe9;

@water-color: #aad3df; // Lch(82,15,224)
@ocean-color: #b9d3dc; // Lch(83,10,227)
@river-color: #97c9d8; // Lch(78,18,225)
@water-color: #a2d1e0; // Lch(81,17,227)
@ocean-color: #b5d7e3; // Lch(84,13,227)
@river-color: #8fcadd; // Lch(78,21,227)

@standard-halo-radius: 1;
@standard-halo-fill: rgba(255,255,255,0.6);

0 comments on commit 0acdd0d

Please sign in to comment.