生成形式
Web CSS
/* Gn8 Design Tokens — Web (dark default) */
:root {
--gn8-color-background: #182038;
--gn8-color-surface: #202848;
--gn8-color-surface-raised: #283050;
--gn8-color-foreground: #f8f8f8;
--gn8-color-prose: #f8f8f8;
--gn8-color-muted: #a8b0c0;
--gn8-color-faint: #707888;
--gn8-color-border: #303858;
--gn8-color-border-strong: #404860;
--gn8-color-primary: #8040e8;
--gn8-color-primary-strong: #6830c8;
--gn8-color-accent: #a878f0;
--gn8-font-family-sans: system-ui, sans-serif;
--gn8-font-family-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
--gn8-font-size-display: 88px;
--gn8-line-height-display: 96px;
--gn8-font-size-display-mobile: 48px;
--gn8-line-height-display-mobile: 56px;
--gn8-font-weight-display: 700;
--gn8-font-size-h1: 32px;
--gn8-line-height-h1: 40px;
--gn8-font-weight-h1: 600;
--gn8-font-size-h2: 24px;
--gn8-line-height-h2: 32px;
--gn8-font-weight-h2: 600;
--gn8-font-size-body: 16px;
--gn8-line-height-body: 24px;
--gn8-font-weight-body: 500;
--gn8-font-weight-body-strong: 500;
--gn8-font-size-utility: 12px;
--gn8-line-height-utility: 16px;
--gn8-font-weight-utility: 500;
--gn8-font-size-code: 12px;
--gn8-line-height-code: 16px;
--gn8-font-weight-code: 400;
--gn8-radius: 0px;
--gn8-motion-color: 160ms;
--gn8-motion-enter: 240ms;
--gn8-motion-theme: 480ms;
color-scheme: dark;
}
html[data-theme='light'] {
--gn8-color-background: #f8f8f8;
--gn8-color-surface: #f8f8f8;
--gn8-color-surface-raised: #e0e0e8;
--gn8-color-foreground: #101018;
--gn8-color-prose: #303038;
--gn8-color-muted: #585868;
--gn8-color-faint: #888890;
--gn8-color-border: #e0e0e8;
--gn8-color-border-strong: #c0c0c8;
--gn8-color-primary: #6830c8;
--gn8-color-primary-strong: #6830c8;
--gn8-color-accent: #8040e8;
color-scheme: light;
}