Files

27 lines
645 B
JSON

{
"light": {
"navBgColor": "#faf7f2",
"navTxtStyle": "black",
"bgColor": "#faf7f2",
"bgTxtStyle": "dark",
"bgColorTop": "#faf7f2",
"bgColorBottom": "#faf7f2",
"tabBarColor": "#8a7e76",
"tabBarSelectedColor": "#d96c6a",
"tabBarBgColor": "#faf7f2",
"tabBarBorderStyle": "black"
},
"dark": {
"navBgColor": "#191919",
"navTxtStyle": "white",
"bgColor": "#191919",
"bgTxtStyle": "light",
"bgColorTop": "#191919",
"bgColorBottom": "#191919",
"tabBarColor": "#b3a79c",
"tabBarSelectedColor": "#f09198",
"tabBarBgColor": "#191919",
"tabBarBorderStyle": "white"
}
}