Created
May 24, 2014 20:07
-
-
Save salimkayabasi/5f228b4c4eee2d77b044 to your computer and use it in GitHub Desktop.
some colorful themes for google maps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var themeArray = { | |
| "snazzy": [ | |
| {"featureType": "water", "elementType": "geometry", "stylers": [ | |
| {"color": "#333739"} | |
| ]}, | |
| {"featureType": "landscape", "elementType": "geometry", "stylers": [ | |
| {"color": "#2ecc71"} | |
| ]}, | |
| {"featureType": "poi", "stylers": [ | |
| {"color": "#2ecc71"}, | |
| {"lightness": -7} | |
| ]}, | |
| {"featureType": "road.highway", "elementType": "geometry", "stylers": [ | |
| {"color": "#2ecc71"}, | |
| {"lightness": -28} | |
| ]}, | |
| {"featureType": "road.arterial", "elementType": "geometry", "stylers": [ | |
| {"color": "#2ecc71"}, | |
| {"visibility": "on"}, | |
| {"lightness": -15} | |
| ]}, | |
| {"featureType": "road.local", "elementType": "geometry", "stylers": [ | |
| {"color": "#2ecc71"}, | |
| {"lightness": -18} | |
| ]}, | |
| {"elementType": "labels.text.fill", "stylers": [ | |
| {"color": "#ffffff"} | |
| ]}, | |
| {"elementType": "labels.text.stroke", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "transit", "elementType": "geometry", "stylers": [ | |
| {"color": "#2ecc71"}, | |
| {"lightness": -34} | |
| ]}, | |
| {"featureType": "administrative", "elementType": "geometry", "stylers": [ | |
| {"visibility": "on"}, | |
| {"color": "#333739"}, | |
| {"weight": 0.8} | |
| ]}, | |
| {"featureType": "poi.park", "stylers": [ | |
| {"color": "#2ecc71"} | |
| ]}, | |
| {"featureType": "road", "elementType": "geometry.stroke", "stylers": [ | |
| {"color": "#333739"}, | |
| {"weight": 0.3}, | |
| {"lightness": 10} | |
| ]} | |
| ], | |
| "pale": [ | |
| {"featureType": "water", "stylers": [ | |
| {"visibility": "on"}, | |
| {"color": "#acbcc9"} | |
| ]}, | |
| {"featureType": "landscape", "stylers": [ | |
| {"color": "#f2e5d4"} | |
| ]}, | |
| {"featureType": "road.highway", "elementType": "geometry", "stylers": [ | |
| {"color": "#c5c6c6"} | |
| ]}, | |
| {"featureType": "road.arterial", "elementType": "geometry", "stylers": [ | |
| {"color": "#e4d7c6"} | |
| ]}, | |
| {"featureType": "road.local", "elementType": "geometry", "stylers": [ | |
| {"color": "#fbfaf7"} | |
| ]}, | |
| {"featureType": "poi.park", "elementType": "geometry", "stylers": [ | |
| {"color": "#c5dac6"} | |
| ]}, | |
| {"featureType": "administrative", "stylers": [ | |
| {"visibility": "on"}, | |
| {"lightness": 33} | |
| ]}, | |
| {"featureType": "road"}, | |
| {"featureType": "poi.park", "elementType": "labels", "stylers": [ | |
| {"visibility": "on"}, | |
| {"lightness": 20} | |
| ]}, | |
| {}, | |
| {"featureType": "road", "stylers": [ | |
| {"lightness": 20} | |
| ]} | |
| ], | |
| "bright": [ | |
| {"featureType": "water", "stylers": [ | |
| {"color": "#19a0d8"} | |
| ]}, | |
| {"featureType": "administrative", "elementType": "labels.text.stroke", "stylers": [ | |
| {"color": "#ffffff"}, | |
| {"weight": 6} | |
| ]}, | |
| {"featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ | |
| {"color": "#e85113"} | |
| ]}, | |
| {"featureType": "road.highway", "elementType": "geometry.stroke", "stylers": [ | |
| {"color": "#efe9e4"}, | |
| {"lightness": -40} | |
| ]}, | |
| {"featureType": "road.arterial", "elementType": "geometry.stroke", "stylers": [ | |
| {"color": "#efe9e4"}, | |
| {"lightness": -20} | |
| ]}, | |
| {"featureType": "road", "elementType": "labels.text.stroke", "stylers": [ | |
| {"lightness": 100} | |
| ]}, | |
| {"featureType": "road", "elementType": "labels.text.fill", "stylers": [ | |
| {"lightness": -100} | |
| ]}, | |
| {"featureType": "road.highway", "elementType": "labels.icon"}, | |
| {"featureType": "landscape", "elementType": "labels", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "landscape", "stylers": [ | |
| {"lightness": 20}, | |
| {"color": "#efe9e4"} | |
| ]}, | |
| {"featureType": "landscape.man_made", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "water", "elementType": "labels.text.stroke", "stylers": [ | |
| {"lightness": 100} | |
| ]}, | |
| {"featureType": "water", "elementType": "labels.text.fill", "stylers": [ | |
| {"lightness": -100} | |
| ]}, | |
| {"featureType": "poi", "elementType": "labels.text.fill", "stylers": [ | |
| {"hue": "#11ff00"} | |
| ]}, | |
| {"featureType": "poi", "elementType": "labels.text.stroke", "stylers": [ | |
| {"lightness": 100} | |
| ]}, | |
| {"featureType": "poi", "elementType": "labels.icon", "stylers": [ | |
| {"hue": "#4cff00"}, | |
| {"saturation": 58} | |
| ]}, | |
| {"featureType": "poi", "elementType": "geometry", "stylers": [ | |
| {"visibility": "on"}, | |
| {"color": "#f0e4d3"} | |
| ]}, | |
| {"featureType": "road.highway", "elementType": "geometry.fill", "stylers": [ | |
| {"color": "#efe9e4"}, | |
| {"lightness": -25} | |
| ]}, | |
| {"featureType": "road.arterial", "elementType": "geometry.fill", "stylers": [ | |
| {"color": "#efe9e4"}, | |
| {"lightness": -10} | |
| ]}, | |
| {"featureType": "poi", "elementType": "labels", "stylers": [ | |
| {"visibility": "simplified"} | |
| ]} | |
| ], | |
| "neutral": [ | |
| {"featureType": "water", "elementType": "geometry", "stylers": [ | |
| {"color": "#193341"} | |
| ]}, | |
| {"featureType": "landscape", "elementType": "geometry", "stylers": [ | |
| {"color": "#2c5a71"} | |
| ]}, | |
| {"featureType": "road", "elementType": "geometry", "stylers": [ | |
| {"color": "#29768a"}, | |
| {"lightness": -37} | |
| ]}, | |
| {"featureType": "poi", "elementType": "geometry", "stylers": [ | |
| {"color": "#406d80"} | |
| ]}, | |
| {"featureType": "transit", "elementType": "geometry", "stylers": [ | |
| {"color": "#406d80"} | |
| ]}, | |
| {"elementType": "labels.text.stroke", "stylers": [ | |
| {"visibility": "on"}, | |
| {"color": "#3e606f"}, | |
| {"weight": 2}, | |
| {"gamma": 0.84} | |
| ]}, | |
| {"elementType": "labels.text.fill", "stylers": [ | |
| {"color": "#ffffff"} | |
| ]}, | |
| {"featureType": "administrative", "elementType": "geometry", "stylers": [ | |
| {"weight": 0.6}, | |
| {"color": "#1a3541"} | |
| ]}, | |
| {"elementType": "labels.icon", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "poi.park", "elementType": "geometry", "stylers": [ | |
| {"color": "#2c5a71"} | |
| ]} | |
| ], | |
| "blue": [ | |
| {"featureType": "water", "stylers": [ | |
| {"color": "#46bcec"}, | |
| {"visibility": "on"} | |
| ]}, | |
| {"featureType": "landscape", "stylers": [ | |
| {"color": "#f2f2f2"} | |
| ]}, | |
| {"featureType": "road", "stylers": [ | |
| {"saturation": -100}, | |
| {"lightness": 45} | |
| ]}, | |
| {"featureType": "road.highway", "stylers": [ | |
| {"visibility": "simplified"} | |
| ]}, | |
| {"featureType": "road.arterial", "elementType": "labels.icon", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "administrative", "elementType": "labels.text.fill", "stylers": [ | |
| {"color": "#444444"} | |
| ]}, | |
| {"featureType": "transit", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "poi", "stylers": [ | |
| {"visibility": "off"} | |
| ]} | |
| ], | |
| "subtle": [ | |
| {"featureType": "landscape", "stylers": [ | |
| {"saturation": -100}, | |
| {"lightness": 65}, | |
| {"visibility": "on"} | |
| ]}, | |
| {"featureType": "poi", "stylers": [ | |
| {"saturation": -100}, | |
| {"lightness": 51}, | |
| {"visibility": "simplified"} | |
| ]}, | |
| {"featureType": "road.highway", "stylers": [ | |
| {"saturation": -100}, | |
| {"visibility": "simplified"} | |
| ]}, | |
| {"featureType": "road.arterial", "stylers": [ | |
| {"saturation": -100}, | |
| {"lightness": 30}, | |
| {"visibility": "on"} | |
| ]}, | |
| {"featureType": "road.local", "stylers": [ | |
| {"saturation": -100}, | |
| {"lightness": 40}, | |
| {"visibility": "on"} | |
| ]}, | |
| {"featureType": "transit", "stylers": [ | |
| {"saturation": -100}, | |
| {"visibility": "simplified"} | |
| ]}, | |
| {"featureType": "administrative.province", "stylers": [ | |
| {"visibility": "off"} | |
| ]}, | |
| {"featureType": "water", "elementType": "labels", "stylers": [ | |
| {"visibility": "on"}, | |
| {"lightness": -25}, | |
| {"saturation": -100} | |
| ]}, | |
| {"featureType": "water", "elementType": "geometry", "stylers": [ | |
| {"hue": "#ffff00"}, | |
| {"lightness": -25}, | |
| {"saturation": -97} | |
| ]} | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment