Wplace dark map theme with color options

Makes the wplaces underlay map dark. It's a natural color dark theme with adjustable colors. Default map colors are inspired by the OsmAnd app.

作者
Zex2
今日安裝
1
安裝總數
1
評價
0 0 0
版本
2.0
建立日期
2025-08-18
更新日期
2025-08-19
尺寸
6.6 KB
授權條款
MIT
腳本執行於

If you want to change colors, open the code editor and change the desired HEX color codes:

const COLORS = {
  land: '#101922',
  water: '#16324f',
  park: '#333927',
  road: '#32555b',
  building: '#2f2f2f',
  border: '#555555',
  farmland: '#192c30',
  wetland: '#1e3a34',
  forest: '#1b2e24',
  grass: '#1a2f29',
  text: '#000000',        // label/icon color
  textBorder: '#ffffff'   // label halo/border color
};