Files
wechat_wc/dist/theme.json
T

27 lines
645 B
JSON

{
"light": {
"navBgColor": "#ffffff",
"navTxtStyle": "black",
"bgColor": "#ffffff",
"bgTxtStyle": "dark",
"bgColorTop": "#ffffff",
"bgColorBottom": "#ffffff",
"tabBarColor": "#b08d8d",
"tabBarSelectedColor": "#ff9a9e",
"tabBarBgColor": "#ffffff",
"tabBarBorderStyle": "black"
},
"dark": {
"navBgColor": "#191919",
"navTxtStyle": "white",
"bgColor": "#191919",
"bgTxtStyle": "light",
"bgColorTop": "#191919",
"bgColorBottom": "#191919",
"tabBarColor": "#999999",
"tabBarSelectedColor": "#ff7eb3",
"tabBarBgColor": "#191919",
"tabBarBorderStyle": "white"
}
}