Files
life-echo/app-expo/design-tokens.json
yangshilin 17b9fa3466 fix:
1. 修复登录界面文字被遮挡问题
2. 大字模式关闭后显示异常问题
3. 重新调整大字模式是否开启时的字体显示效果
2026-04-10 20:35:57 +08:00

226 lines
6.6 KiB
JSON

{
"colors": {
"default": {
"light": {
"background": "288 23.8% 95.9%",
"foreground": "288 100% 7.8%",
"card": "288 20% 99.5%",
"cardForeground": "288 100% 7.8%",
"popover": "288 20% 99.5%",
"popoverForeground": "288 100% 7.8%",
"primary": "293.6 20.9% 55.9%",
"primaryForeground": "210 40% 98%",
"secondary": "282.9 36.2% 77.3%",
"secondaryForeground": "288 100% 7.8%",
"muted": "282 26.3% 92.5%",
"mutedForeground": "234.8 11.1% 59.4%",
"accent": "0 31.4% 79.4%",
"accentForeground": "288 100% 7.8%",
"destructive": "342 55% 58%",
"destructiveForeground": "210 40% 98%",
"border": "278.6 17.5% 84.3%",
"input": "278.6 17.5% 84.3%",
"ring": "293.6 20.9% 55.9%",
"success": "159 20% 55%",
"successForeground": "0 0% 100%",
"warning": "28 48% 67%",
"warningForeground": "288 100% 7.8%",
"info": "231 20% 64%",
"infoForeground": "0 0% 100%"
},
"dark": {
"background": "275 26.1% 9%",
"foreground": "289.1 35.5% 93.9%",
"card": "277.5 23.5% 13.3%",
"cardForeground": "289.1 35.5% 93.9%",
"popover": "277.5 23.5% 13.3%",
"popoverForeground": "289.1 35.5% 93.9%",
"primary": "282.9 36.2% 77.3%",
"primaryForeground": "288 100% 7.8%",
"secondary": "234.8 11.1% 59.4%",
"secondaryForeground": "0 0% 100%",
"muted": "272.3 15.3% 16.7%",
"mutedForeground": "276.7 12.5% 71.8%",
"accent": "293.6 20.9% 55.9%",
"accentForeground": "210 40% 98%",
"destructive": "342 65% 68%",
"destructiveForeground": "210 40% 98%",
"border": "276 13.3% 22.2%",
"input": "276 13.3% 22.2%",
"ring": "282.9 36.2% 77.3%",
"success": "159 27% 64%",
"successForeground": "275 26.1% 9%",
"warning": "28 58% 72%",
"warningForeground": "275 26.1% 9%",
"info": "231 28% 73%",
"infoForeground": "275 26.1% 9%"
}
},
"brand": {
"light": {
"background": "220 14% 96%",
"foreground": "220 20% 10%",
"card": "0 0% 100%",
"cardForeground": "220 20% 10%",
"popover": "0 0% 100%",
"popoverForeground": "220 20% 10%",
"primary": "262 83% 58%",
"primaryForeground": "0 0% 100%",
"secondary": "220 14% 90%",
"secondaryForeground": "220 20% 10%",
"muted": "220 14% 92%",
"mutedForeground": "220 10% 45%",
"accent": "262 83% 92%",
"accentForeground": "262 83% 30%",
"destructive": "0 84% 60%",
"destructiveForeground": "0 0% 100%",
"border": "220 13% 88%",
"input": "220 13% 88%",
"ring": "262 83% 58%",
"success": "142 71% 45%",
"successForeground": "0 0% 100%",
"warning": "38 92% 50%",
"warningForeground": "0 0% 100%",
"info": "199 89% 48%",
"infoForeground": "0 0% 100%"
},
"dark": {
"background": "224 28% 8%",
"foreground": "210 40% 96%",
"card": "224 28% 12%",
"cardForeground": "210 40% 96%",
"popover": "224 28% 12%",
"popoverForeground": "210 40% 96%",
"primary": "263 70% 65%",
"primaryForeground": "224 28% 8%",
"secondary": "224 20% 18%",
"secondaryForeground": "210 40% 96%",
"muted": "224 20% 20%",
"mutedForeground": "215 20% 65%",
"accent": "262 50% 25%",
"accentForeground": "263 70% 85%",
"destructive": "0 62% 55%",
"destructiveForeground": "0 0% 100%",
"border": "224 20% 22%",
"input": "224 20% 22%",
"ring": "263 70% 65%",
"success": "142 55% 45%",
"successForeground": "0 0% 100%",
"warning": "38 92% 55%",
"warningForeground": "0 0% 100%",
"info": "199 89% 55%",
"infoForeground": "0 0% 100%"
}
}
},
"fonts": {
"sans": {
"ios": "system-ui",
"android": "sans-serif",
"default": "sans-serif",
"web": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif"
},
"display": {
"ios": "Georgia",
"android": "serif",
"default": "serif",
"web": "Georgia, \"Songti SC\", \"SimSun\", serif"
},
"rounded": {
"ios": "ui-rounded",
"android": "sans-serif",
"default": "sans-serif",
"web": "\"SF Pro Rounded\", \"Hiragino Maru Gothic ProN\", Meiryo, sans-serif"
},
"serif": {
"ios": "ui-serif",
"android": "serif",
"default": "serif",
"web": "Georgia, \"Times New Roman\", serif"
},
"mono": {
"ios": "ui-monospace",
"android": "monospace",
"default": "monospace",
"web": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace"
}
},
"radius": {
"default": 10,
"xl": 24
},
"layout": {
"contentMaxWidth": 800,
"screenGutter": 24,
"breakpoints": {
"sm": 390,
"md": 768,
"lg": 1024,
"xl": 1280,
"2xl": 1536
}
},
"typography": {
"normal": {
"headingLarge": 32,
"headingMedium": 24,
"headingSmall": 20,
"titleLarge": 18,
"titleMedium": 16,
"titleSmall": 15,
"bodyLarge": 15,
"bodyMedium": 14,
"bodySmall": 13,
"captionLarge": 13,
"captionMedium": 12,
"captionSmall": 11,
"sectionTitle": 12,
"badge": 10,
"lineHeightNormal": 22,
"lineHeightTight": 20,
"lineHeightLoose": 24,
"lineHeightXLoose": 28
},
"large": {
"headingLarge": 38,
"headingMedium": 29,
"headingSmall": 24,
"titleLarge": 24,
"titleMedium": 22,
"titleSmall": 18,
"bodyLarge": 24,
"bodyMedium": 22,
"bodySmall": 16,
"captionLarge": 16,
"captionMedium": 14,
"captionSmall": 13,
"sectionTitle": 14,
"badge": 12,
"lineHeightNormal": 26,
"lineHeightTight": 24,
"lineHeightLoose": 29,
"lineHeightXLoose": 34
},
"xlarge": {
"headingLarge": 44,
"headingMedium": 33,
"headingSmall": 28,
"titleLarge": 28,
"titleMedium": 25,
"titleSmall": 21,
"bodyLarge": 28,
"bodyMedium": 26,
"bodySmall": 18,
"captionLarge": 18,
"captionMedium": 16,
"captionSmall": 15,
"sectionTitle": 16,
"badge": 13,
"lineHeightNormal": 30,
"lineHeightTight": 28,
"lineHeightLoose": 34,
"lineHeightXLoose": 40
}
}
}