let darkTheme = { theme: "dark", text: "#FFFFFF", bg: "#020202", fu_bg:'#1A1A1A', fu_text:'#B7B7B7', selectcolor:'color-white', selectbg:'bj-white', color:'color-B7B7B7', selectedIconPath0:'/static/tabs/home.png', selectedIconPath1:'/static/tabs/heyue.png', selectedIconPath2:'/static/tabs/jiaoyi.png', selectedIconPath3:'/static/tabs/lianghua.png', selectedIconPath4:'/static/tabs/zichan.png', selectedColor:'#FFFFFF', backgroundColor:'#020202', borderStyle:'white', imgs:'/static/imgs/black', assetbg:'#1A1A1A', } let lightTheme = { theme: "light", text: "#020202", bg: "#FFFFFF", fu_bg:'#F2F2F2', fu_text:'#909090', selectcolor:'color-020202', selectbg:'bj-020202', color:'color-909090', selectedIconPath0:'/static/lighttabs/home_1.png', selectedIconPath1:'/static/lighttabs/hangqing_1.png', selectedIconPath2:'/static/lighttabs/heyue_1.png', selectedIconPath3:'/static/lighttabs/jiaoyi_1.png', selectedIconPath4:'/static/lighttabs/zichan_1.png', selectedColor:'#020202', backgroundColor:'#FFFFFF', borderStyle:'black', imgs:'/static/imgs/light', assetbg:'#020202', } export { darkTheme, lightTheme }