feat: publish HoloLake model-native living system source
This commit is contained in:
parent
6ad10edde1
commit
c395dd3a99
2467 changed files with 615073 additions and 0 deletions
130
product-source/hololake-platform/src/theme.json
Normal file
130
product-source/hololake-platform/src/theme.json
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"editor": {
|
||||
"fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, sans-serif",
|
||||
"fontSize": 16,
|
||||
"lineHeight": 1.65,
|
||||
"maxWidth": 880,
|
||||
"paddingHorizontal": 40,
|
||||
"paddingVertical": 28,
|
||||
"paragraphSpacing": 12,
|
||||
"dividerFollowedByHeadingMarginTop": 8
|
||||
},
|
||||
"headings": {
|
||||
"h1": {
|
||||
"fontSize": 32,
|
||||
"fontWeight": 700,
|
||||
"lineHeight": 1.2,
|
||||
"marginTop": 32,
|
||||
"marginBottom": 12,
|
||||
"color": "var(--text-heading)",
|
||||
"letterSpacing": -0.5
|
||||
},
|
||||
"h2": {
|
||||
"fontSize": 27,
|
||||
"fontWeight": 600,
|
||||
"lineHeight": 1.4,
|
||||
"marginTop": 28,
|
||||
"marginBottom": 10,
|
||||
"color": "var(--text-heading)",
|
||||
"letterSpacing": -0.5
|
||||
},
|
||||
"h3": {
|
||||
"fontSize": 20,
|
||||
"fontWeight": 600,
|
||||
"lineHeight": 1.4,
|
||||
"marginTop": 24,
|
||||
"marginBottom": 8,
|
||||
"color": "var(--text-heading)",
|
||||
"letterSpacing": -0.5
|
||||
},
|
||||
"h4": {
|
||||
"fontSize": 17,
|
||||
"fontWeight": 600,
|
||||
"lineHeight": 1.4,
|
||||
"marginTop": 20,
|
||||
"marginBottom": 6,
|
||||
"color": "var(--text-heading)",
|
||||
"letterSpacing": 0
|
||||
}
|
||||
},
|
||||
"lists": {
|
||||
"bulletSymbol": "•",
|
||||
"bulletSize": 24,
|
||||
"bulletColor": "var(--accent-blue)",
|
||||
"indentSize": 24,
|
||||
"itemSpacing": 4,
|
||||
"paddingLeft": 8,
|
||||
"nestedBulletSymbols": ["•", "◦", "▪"],
|
||||
"bulletGap": 6
|
||||
},
|
||||
"checkboxes": {
|
||||
"size": 18,
|
||||
"borderRadius": 3,
|
||||
"checkedColor": "var(--accent-blue)",
|
||||
"uncheckedBorderColor": "var(--text-muted)",
|
||||
"gap": 8
|
||||
},
|
||||
"inlineStyles": {
|
||||
"bold": {
|
||||
"fontWeight": 700,
|
||||
"color": "var(--text-primary)"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic",
|
||||
"color": "var(--text-primary)"
|
||||
},
|
||||
"strikethrough": {
|
||||
"color": "var(--text-tertiary)",
|
||||
"textDecoration": "line-through"
|
||||
},
|
||||
"code": {
|
||||
"fontFamily": "'SF Mono', 'Fira Code', monospace",
|
||||
"fontSize": 14,
|
||||
"backgroundColor": "color-mix(in srgb, var(--accent-blue) 11%, var(--bg-hover-subtle))",
|
||||
"paddingHorizontal": 5,
|
||||
"paddingVertical": 2,
|
||||
"borderRadius": 3,
|
||||
"color": "var(--accent-blue)"
|
||||
},
|
||||
"link": {
|
||||
"color": "var(--accent-blue)",
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"wikilink": {
|
||||
"color": "var(--accent-blue)",
|
||||
"textDecoration": "none",
|
||||
"borderBottom": "1px dotted currentColor",
|
||||
"cursor": "pointer"
|
||||
}
|
||||
},
|
||||
"blockquote": {
|
||||
"borderLeftWidth": 3,
|
||||
"borderLeftColor": "var(--accent-blue)",
|
||||
"paddingLeft": 18,
|
||||
"marginVertical": 16,
|
||||
"color": "var(--text-secondary)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"table": {
|
||||
"borderColor": "var(--border-primary)",
|
||||
"headerBackground": "var(--bg-card)",
|
||||
"cellPaddingHorizontal": 12,
|
||||
"cellPaddingVertical": 8,
|
||||
"fontSize": 14
|
||||
},
|
||||
"horizontalRule": {
|
||||
"color": "var(--border-primary)",
|
||||
"marginVertical": 24,
|
||||
"thickness": 1
|
||||
},
|
||||
"colors": {
|
||||
"background": "var(--bg-primary)",
|
||||
"text": "var(--text-primary)",
|
||||
"textSecondary": "var(--text-secondary)",
|
||||
"textMuted": "var(--text-muted)",
|
||||
"heading": "var(--text-heading)",
|
||||
"accent": "var(--accent-blue)",
|
||||
"selection": "var(--bg-selected)",
|
||||
"cursor": "var(--text-primary)"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue