15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"light": {
|
|
"navBgColor": "#f8f8f8",
|
|
"navTxtStyle": "black",
|
|
"tabFontColor":"#ff0000",
|
|
"tabBackground":"#ffffff"
|
|
},
|
|
"dark": {
|
|
"navBgColor": "#292929",
|
|
"navTxtStyle": "white",
|
|
"tabFontColor":"#ffffff",
|
|
"tabBackground":"#000000"
|
|
}
|
|
}
|
|
|