style(theme): 更新白天主题配色方案为清透玻璃感设计

- 调整白天主题基础背景色从 #FAF7F2 到 #F2F5F9
- 更新卡片、提升层和替代卡片背景色以匹配新主题
- 修改琥珀色系颜色值并调整透明度效果
- 更新珊瑚色、薄荷绿和薰衣草色的视觉表现
- 调整主次文字颜色以提高可读性
- 更新边框、分割线和阴影的颜色及透明度
- 优化导航栏和标签栏的配色方案
- 调整渐变卡片背景色以配合新主题风格
This commit is contained in:
cg
2026-07-21 07:13:28 +08:00
parent 506f6d2e4e
commit 0332aabba0
3 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default {
const theme = getCurrentTheme()
applyTheme(theme)
// 同步设置page元素背景色
const bgColor = theme === 'light' ? '#FAF7F2' : '#0B0B14'
const bgColor = theme === 'light' ? '#F2F5F9' : '#0B0B14'
try {
uni.setBackgroundColor({
backgroundColor: bgColor,