Files
shoot-miniprograms/src/theme.json

27 lines
629 B
JSON
Raw Normal View History

2025-04-10 11:11:46 +08:00
{
"light": {
"bgColor": "#fcfcfc",
"bgColorBottom": "#fcfcfc",
2025-09-03 16:37:49 +08:00
"bgColorTop": "#fcfcfc",
2025-04-10 11:11:46 +08:00
"bgTxtStyle": "dark",
2025-09-03 16:37:49 +08:00
"navBgColor": "#fcfcfc",
2025-04-10 11:11:46 +08:00
"navTxtStyle": "white",
"tabBgColor": "#fcfcfc",
"tabBorderStyle": "black",
"tabFontColor": "#1f2937",
2025-08-21 10:27:16 +08:00
"tabSelectedColor": "#fcfcfc"
2025-04-10 11:11:46 +08:00
},
"dark": {
"bgColor": "#181818",
"bgColorBottom": "#181818",
2025-09-03 16:37:49 +08:00
"bgColorTop": "#181818",
2025-04-10 11:11:46 +08:00
"bgTxtStyle": "light",
2025-09-03 16:37:49 +08:00
"navBgColor": "#181818",
2025-04-10 11:11:46 +08:00
"navTxtStyle": "white",
"tabBgColor": "#181818",
"tabBorderStyle": "white",
"tabFontColor": "#f3f4f6",
2025-08-21 10:27:16 +08:00
"tabSelectedColor": "#181818"
2025-04-10 11:11:46 +08:00
}
}