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.

Autor
Zex2
Instalaciones diarias
0
Instalaciones totales
13
Calificaciones
0 0 0
Versión
2.0
Creado
18/08/2025
Actualizado
19/08/2025
Tamaño
6.57 KB
Licencia
MIT
Funciona en

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
};
长期地址
遇到问题?请前往 GitHub 提 Issues。