您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.
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
};