chat-app/src/uni_modules/tmui/theme.json

12 lines
185 B
JSON
Raw Normal View History

2024-11-11 06:46:14 +00:00
{
"light": {
"navTxtStyle": "black",
"navBgColor": "#FFFFFF",
"bgColor": "#F5F5F5"
},
"dark": {
"navBgColor": "#292929",
"navTxtStyle": "white",
"bgColor": "#1f1f1f"
}
}