Skip to content

Instantly share code, notes, and snippets.

@javierarce
Last active December 21, 2015 22:59
Show Gist options
  • Save javierarce/6379588 to your computer and use it in GitHub Desktop.
Save javierarce/6379588 to your computer and use it in GitHub Desktop.
Dark Roadmap style.
var darkRoadmapStyle = [{
featureType:"landscape.natural",
stylers:[
{
gamma:0.01
},
{
weight:0.1
}
]
},
{
stylers:[
{
saturation:-100
},
{
invert_lightness:true
},
{
gamma:4.17
},
{
lightness:-87
}
]
},
{
elementType:"labels",
stylers:[
{
visibility:"on"
},
{
lightness:3
},
{
gamma:1.85
}
]
},
{
stylers:[
{
weight:1.2
}
]
},
{
featureType:"road.highway",
stylers:[
{
visibility:"simplified"
},
{
weight:0.3
}
]
},
{
elementType:"labels.icon",
stylers:[
{
visibility:"off"
}
]
},
{
featureType:"road.arterial",
stylers:[
{
weight:0.3
}
]
},
{
featureType:"administrative.neighborhood",
stylers:[
{
visibility:"off"
}
]
},
{
featureType:"administrative.locality",
stylers:[
{
visibility:"off"
}
]
},
{
featureType:"poi",
elementType:"labels",
stylers:[
{
visibility:"off"
}
]
},
{
featureType:"poi",
stylers:[
{
lightness:4
}
]
},
{
featureType:"administrative",
stylers:[
{
lightness:14
},
{
weight:0.8
}
]
},
{
featureType:"landscape.man_made",
stylers:[
{
lightness:13
}
]
},
{
featureType:"road.local",
stylers:[
{
weight:0.2
}
]
},
{
featureType:"road.highway",
stylers:[
{
weight:0.3
}
]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment