findme-miniprogram-frontend/theme.json

16 lines
342 B
JSON
Raw Permalink Normal View History

2025-12-27 17:16:03 +08:00
{
"light": {
"navBackgroundColor": "#000000",
"navTextStyle": "white",
"backgroundColor": "#f8f9fa",
"mapBgColor": "#ffffff",
"mapStyle": "light"
},
"dark": {
"navBackgroundColor": "#1a1a1a",
"navTextStyle": "white",
"backgroundColor": "#1a1a1a",
"mapBgColor": "#1a1a1a",
"mapStyle": "dark"
}
}