16 lines
342 B
JSON
16 lines
342 B
JSON
|
|
{
|
||
|
|
"light": {
|
||
|
|
"navBackgroundColor": "#000000",
|
||
|
|
"navTextStyle": "white",
|
||
|
|
"backgroundColor": "#f8f9fa",
|
||
|
|
"mapBgColor": "#ffffff",
|
||
|
|
"mapStyle": "light"
|
||
|
|
},
|
||
|
|
"dark": {
|
||
|
|
"navBackgroundColor": "#1a1a1a",
|
||
|
|
"navTextStyle": "white",
|
||
|
|
"backgroundColor": "#1a1a1a",
|
||
|
|
"mapBgColor": "#1a1a1a",
|
||
|
|
"mapStyle": "dark"
|
||
|
|
}
|
||
|
|
}
|