Skip to content

Instantly share code, notes, and snippets.

@adammw
Created October 27, 2015 10:19
Show Gist options
  • Save adammw/b2cc7af0f57ec21a0f95 to your computer and use it in GitHub Desktop.
Save adammw/b2cc7af0f57ec21a0f95 to your computer and use it in GitHub Desktop.
[
{
"featureType": "poi",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "landscape",
"elementType": "geometry.fill",
"stylers": [
{ "lightness": 100 }
]
},{
"featureType": "road",
"elementType": "geometry",
"stylers": [
{ "invert_lightness": true },
{ "lightness": 80 },
{ "gamma": 1.57 },
{ "saturation": -24 }
]
},{
"featureType": "transit",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{ "color": "#d2ecff" }
]
},{
"featureType": "road.local",
"elementType": "geometry",
"stylers": [
{ "visibility": "simplified" },
{ "lightness": 44 },
{ "saturation": -69 }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment