Skip to content

Instantly share code, notes, and snippets.

@lgraubner
Created September 3, 2015 13:48
Show Gist options
  • Save lgraubner/472c75ed2b6cd334b295 to your computer and use it in GitHub Desktop.
Save lgraubner/472c75ed2b6cd334b295 to your computer and use it in GitHub Desktop.
Decent Google Map v3 styles
var styles = [{stylers:[{saturation:-28},{lightness:17},{hue:"#ffd500"},{gamma:1.09}]},{featureType:"water",stylers:[{hue:"#00ccff"},{saturation:-5}]},{featureType:"poi.park",stylers:[{hue:"#55ff00"}]},{elementType:"labels",stylers:[{saturation:-77}]},{featureType:"road.highway",stylers:[{lightness:100}]},{featureType:"road.highway",elementType:"labels.text.fill",stylers:[{lightness:-49}]},{},{featureType:"poi.school",stylers:[{saturation:-59}]},{stylers:[{saturation:-17}]}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment