upload project
This commit is contained in:
commit
06961cae04
422 changed files with 110626 additions and 0 deletions
16
theme.json
Normal file
16
theme.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"light": {
|
||||
"navBackgroundColor": "#000000",
|
||||
"navTextStyle": "white",
|
||||
"backgroundColor": "#f8f9fa",
|
||||
"mapBgColor": "#ffffff",
|
||||
"mapStyle": "light"
|
||||
},
|
||||
"dark": {
|
||||
"navBackgroundColor": "#1a1a1a",
|
||||
"navTextStyle": "white",
|
||||
"backgroundColor": "#1a1a1a",
|
||||
"mapBgColor": "#1a1a1a",
|
||||
"mapStyle": "dark"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue