Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. [
  2. {
  3. "featureType": "landscape",
  4. "elementType": "all",
  5. "stylers": [
  6. {
  7. "saturation": -11
  8. },
  9. {
  10. "visibility": "off"
  11. },
  12. {
  13. "color": "#ff0000"
  14. }
  15. ]
  16. },
  17. {
  18. "featureType": "landscape",
  19. "elementType": "geometry.fill",
  20. "stylers": [
  21. {
  22. "visibility": "off"
  23. },
  24. {
  25. "color": "#542090"
  26. },
  27. {
  28. "saturation": "-96"
  29. },
  30. {
  31. "lightness": "-33"
  32. },
  33. {
  34. "weight": "2.46"
  35. }
  36. ]
  37. },
  38. {
  39. "featureType": "landscape.natural.terrain",
  40. "elementType": "geometry.fill",
  41. "stylers": [
  42. {
  43. "visibility": "off"
  44. }
  45. ]
  46. },
  47. {
  48. "featureType": "poi",
  49. "elementType": "all",
  50. "stylers": [
  51. {
  52. "saturation": -78
  53. },
  54. {
  55. "hue": "#6600ff"
  56. },
  57. {
  58. "lightness": -47
  59. },
  60. {
  61. "visibility": "off"
  62. }
  63. ]
  64. },
  65. {
  66. "featureType": "road",
  67. "elementType": "all",
  68. "stylers": [
  69. {
  70. "hue": "#5e00ff"
  71. },
  72. {
  73. "saturation": -79
  74. }
  75. ]
  76. },
  77. {
  78. "featureType": "road.local",
  79. "elementType": "all",
  80. "stylers": [
  81. {
  82. "lightness": 30
  83. },
  84. {
  85. "weight": 1.3
  86. }
  87. ]
  88. },
  89. {
  90. "featureType": "transit",
  91. "elementType": "all",
  92. "stylers": [
  93. {
  94. "visibility": "simplified"
  95. },
  96. {
  97. "hue": "#5e00ff"
  98. },
  99. {
  100. "saturation": -16
  101. }
  102. ]
  103. },
  104. {
  105. "featureType": "transit.line",
  106. "elementType": "all",
  107. "stylers": [
  108. {
  109. "saturation": -72
  110. }
  111. ]
  112. },
  113. {
  114. "featureType": "water",
  115. "elementType": "all",
  116. "stylers": [
  117. {
  118. "saturation": -65
  119. },
  120. {
  121. "hue": "#1900ff"
  122. },
  123. {
  124. "lightness": 8
  125. }
  126. ]
  127. }
  128. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement