27 lines
629 B
JSON
27 lines
629 B
JSON
|
|
{
|
||
|
|
"light": {
|
||
|
|
"bgColor": "#fcfcfc",
|
||
|
|
"bgColorBottom": "#fcfcfc",
|
||
|
|
"bgColorTop": "#ff6b00",
|
||
|
|
"bgTxtStyle": "dark",
|
||
|
|
"navBgColor": "#ff6b00",
|
||
|
|
"navTxtStyle": "white",
|
||
|
|
"tabBgColor": "#fcfcfc",
|
||
|
|
"tabBorderStyle": "black",
|
||
|
|
"tabFontColor": "#1f2937",
|
||
|
|
"tabSelectedColor": "#ff6b00"
|
||
|
|
},
|
||
|
|
"dark": {
|
||
|
|
"bgColor": "#181818",
|
||
|
|
"bgColorBottom": "#181818",
|
||
|
|
"bgColorTop": "#ff6b00",
|
||
|
|
"bgTxtStyle": "light",
|
||
|
|
"navBgColor": "#ff6b00",
|
||
|
|
"navTxtStyle": "white",
|
||
|
|
"tabBgColor": "#181818",
|
||
|
|
"tabBorderStyle": "white",
|
||
|
|
"tabFontColor": "#f3f4f6",
|
||
|
|
"tabSelectedColor": "#ff6b00"
|
||
|
|
}
|
||
|
|
}
|