Files
zsw-jx-store/theme.json
2025-12-08 17:49:35 +08:00

15 lines
300 B
JSON

{
"light": {
"navBgColor": "#f8f8f8",
"navTxtStyle": "black",
"tabFontColor":"#ff0000",
"tabBackground":"#ffffff"
},
"dark": {
"navBgColor": "#292929",
"navTxtStyle": "white",
"tabFontColor":"#ffffff",
"tabBackground":"#000000"
}
}