wanyu_frontend/theme/theme.json
2025-03-25 21:39:49 +08:00

41 lines
1.2 KiB
JSON

{
"light": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F5F5F5",
"tabBarColor": "#7B7B7B",
"tabBarSelectedColor": "#2772F0",
"tabBarBackgroundColor": "#FFFFFF",
"tabBarBorderStyle": "black",
"iconPath1": "static/img/tabbar/index.png",
"selectedIconPath1": "static/img/tabbar/index-selected.png",
"iconPath2": "static/img/tabbar/workbench.png",
"selectedIconPath2": "static/img/tabbar/workbench-selected.png",
"iconPath3": "static/img/tabbar/user.png",
"selectedIconPath3": "static/img/tabbar/user-selected.png"
},
"dark": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#1D1D1D",
"backgroundColor": "#111111",
"tabBarColor": "#888888",
"tabBarSelectedColor": "#2772F0",
"tabBarBackgroundColor": "#1D1D1D",
"tabBarBorderStyle": "white",
"iconPath1": "static/img/tabbar/index-dark.png",
"selectedIconPath1": "static/img/tabbar/index-selected.png",
"iconPath2": "static/img/tabbar/workbench-dark.png",
"selectedIconPath2": "static/img/tabbar/workbench-selected.png",
"iconPath3": "static/img/tabbar/user-dark.png",
"selectedIconPath3": "static/img/tabbar/user-selected.png"
}
}