Skip to content

Instantly share code, notes, and snippets.

@tagliala
Created December 19, 2012 20:08
Show Gist options
  • Save tagliala/4340024 to your computer and use it in GitHub Desktop.
Save tagliala/4340024 to your computer and use it in GitHub Desktop.
Google Maps Facebook Style
[
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{ "color": "#b1bdd6" }
]
},{
"featureType": "water",
"elementType": "labels.text.fill",
"stylers": [
{ "color": "#ffffff" },
{ "weight": 0.2 }
]
},{
"featureType": "water",
"elementType": "labels.text.stroke",
"stylers": [
{ "color": "#a0aecc" }
]
},{
"featureType": "landscape",
"stylers": [
{ "color": "#e8e5e5" }
]
},{
"featureType": "administrative.province",
"stylers": [
{ "weight": 0.5 },
{ "color": "#d1d0cf" }
]
},{
"featureType": "poi.park",
"stylers": [
{ "visibility": "on" },
{ "color": "#c5dea2" }
]
},{
"featureType": "road",
"elementType": "geometry",
"stylers": [
{ "color": "#f3f3f2" }
]
},{
"featureType": "poi.park",
"elementType": "labels.text.fill",
"stylers": [
{ "visibility": "on" },
{ "invert_lightness": true },
{ "color": "#787878" }
]
},{
"featureType": "administrative.country",
"stylers": [
{ "color": "#868686" },
{ "weight": 0.7 }
]
},{
"featureType": "administrative.country",
"elementType": "labels.text.fill",
"stylers": [
{ "color": "#999999" }
]
},{
"featureType": "poi.park",
"elementType": "labels.text.stroke",
"stylers": [
{ "color": "#ffffff" }
]
},{
"featureType": "administrative.country",
"elementType": "labels.text.stroke",
"stylers": [
{ "color": "#ffffff" },
{ "weight": 2.8 }
]
}
]
@tagliala
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment