Skip to content

Instantly share code, notes, and snippets.

@afiqiqmal
Created August 3, 2020 14:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afiqiqmal/5a303c364db133d53721034f73d08245 to your computer and use it in GitHub Desktop.
Save afiqiqmal/5a303c364db133d53721034f73d08245 to your computer and use it in GitHub Desktop.
Setel App Google Map Style
[
{
"elementType": "geometry.fill",
"stylers": [
{
"hue": "#dfe5ed"
},
{
"saturation": -35
},
{
"gamma": 1.33
}
]
},
{
"elementType": "geometry.stroke",
"stylers": [
{
"color": "#cad0da"
}
]
},
{
"elementType": "labels",
"stylers": [
{
"visibility": "on"
}
]
},
{
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
},
{
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#85869e"
}
]
},
{
"elementType": "labels.text.stroke",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.land_parcel",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.land_parcel",
"elementType": "labels.text.stroke",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.locality",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.locality",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#9596a6"
},
{
"visibility": "on"
}
]
},
{
"featureType": "administrative.locality",
"elementType": "labels.text.stroke",
"stylers": [
{
"color": "#ffffff"
},
{
"visibility": "on"
},
{
"weight": 1
}
]
},
{
"featureType": "administrative.neighborhood",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.neighborhood",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#9596a6"
},
{
"visibility": "on"
}
]
},
{
"featureType": "administrative.neighborhood",
"elementType": "labels.text.stroke",
"stylers": [
{
"color": "#ffffff"
},
{
"visibility": "on"
},
{
"weight": 1
}
]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [
{
"color": "#e0e5ec"
}
]
},
{
"featureType": "poi",
"elementType": "labels",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "poi",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#73737f"
}
]
},
{
"featureType": "poi",
"elementType": "labels.text.stroke",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "poi.park",
"elementType": "geometry",
"stylers": [
{
"color": "#96e685"
}
]
},
{
"featureType": "road",
"elementType": "geometry",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "road",
"elementType": "labels.icon",
"stylers": [
{
"visibility": "on"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry",
"stylers": [
{
"color": "#ffffff"
}
]
},
{
"featureType": "road.highway",
"elementType": "geometry.fill",
"stylers": [
{
"color": "#dde4ee"
}
]
},
{
"featureType": "road.highway",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#828299"
}
]
},
{
"featureType": "transit.line",
"elementType": "geometry",
"stylers": [
{
"color": "#b8ced9"
}
]
},
{
"featureType": "transit.line",
"elementType": "labels",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit.station",
"elementType": "labels.icon",
"stylers": [
{
"saturation": -40
},
{
"visibility": "on"
}
]
},
{
"featureType": "transit.station",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#308fbf"
}
]
},
{
"featureType": "transit.station.airport",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#9293ad"
}
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{
"color": "#84c1f3"
}
]
},
{
"featureType": "water",
"elementType": "labels.text.fill",
"stylers": [
{
"color": "#3d98d5"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment