@takazudo/zudo-doc 3.2.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -0
- package/README.md +2 -2
- package/bin/tag-cli-config.ts +126 -0
- package/bin/tags-audit-runner.ts +60 -76
- package/bin/tags-audit.mjs +17 -36
- package/bin/tags-suggest-runner.ts +429 -0
- package/bin/tags-suggest.mjs +30 -0
- package/bin/zudo-doc.mjs +78 -25
- package/dist/breadcrumb/breadcrumb.d.ts +4 -4
- package/dist/breadcrumb/find-path.d.ts +2 -2
- package/dist/breadcrumb/index.d.ts +1 -1
- package/dist/breadcrumb/types.d.ts +0 -5
- package/dist/chrome/derive.d.ts +16 -4
- package/dist/chrome/derive.js +64 -4
- package/dist/chrome/index.d.ts +13 -10
- package/dist/chrome/index.js +12 -6
- package/dist/chrome/primary-slots.d.ts +21 -0
- package/dist/chrome/primary-slots.js +59 -0
- package/dist/chrome-bindings.d.ts +227 -0
- package/dist/chrome-bindings.js +6 -0
- package/dist/code-syntax/code-block-enhancer-script.d.ts +4 -0
- package/dist/code-syntax/code-block-enhancer-script.js +7 -4
- package/dist/code-syntax/code-block-enhancer.d.ts +2 -2
- package/dist/code-syntax/code-block-enhancer.js +1 -3
- package/dist/code-syntax/index.d.ts +5 -5
- package/dist/code-syntax/index.js +4 -13
- package/dist/code-syntax/mermaid-init-script.d.ts +1 -22
- package/dist/code-syntax/mermaid-init-script.js +0 -2
- package/dist/code-syntax/mermaid-init.d.ts +0 -1
- package/dist/code-syntax/mermaid-init.js +3 -4
- package/dist/code-syntax/tabs-init.d.ts +0 -1
- package/dist/code-syntax/tabs-init.js +1 -3
- package/dist/code-syntax/tabs.d.ts +0 -1
- package/dist/code-syntax/tabs.js +1 -3
- package/dist/color-scheme-utils.d.ts +72 -4
- package/dist/color-scheme-utils.js +137 -0
- package/dist/color-schemes-defaults/index.d.ts +23 -0
- package/dist/color-schemes-defaults/index.js +134 -0
- package/dist/config.d.ts +459 -0
- package/dist/config.js +125 -0
- package/dist/content/component-map.d.ts +0 -16
- package/dist/content/component-map.js +2 -4
- package/dist/content/index.d.ts +1 -1
- package/dist/content/index.js +2 -3
- package/dist/content.css +1 -1
- package/dist/design-token-panel-bootstrap.d.ts +82 -27
- package/dist/design-token-panel-bootstrap.js +110 -21
- package/dist/design-token-panel-config/index.d.ts +49 -0
- package/dist/design-token-panel-config/index.js +211 -0
- package/dist/design-token-panel-config/manifest.d.ts +46 -0
- package/dist/design-token-panel-config/manifest.js +105 -0
- package/dist/directive-vocabulary-defaults/index.d.ts +16 -0
- package/dist/directive-vocabulary-defaults/index.js +12 -0
- package/dist/doc-body-end-islands/design-token-panel-island.d.ts +15 -0
- package/dist/doc-body-end-islands/design-token-panel-island.js +31 -0
- package/dist/doc-body-end-islands/index.d.ts +52 -7
- package/dist/doc-body-end-islands/index.js +19 -0
- package/dist/doc-body-end-islands/theme-pack-switcher-island.d.ts +37 -0
- package/dist/doc-body-end-islands/theme-pack-switcher-island.js +18 -0
- package/dist/doc-content-header/index.js +1 -1
- package/dist/doc-history-area/index.d.ts +10 -4
- package/dist/doc-history-area/index.js +3 -2
- package/dist/doc-metainfo-area/index.d.ts +1 -0
- package/dist/doc-page-props/index.d.ts +7 -23
- package/dist/doc-page-renderer/index.d.ts +1 -0
- package/dist/doc-page-renderer/index.js +1 -0
- package/dist/doc-page-shell/index.js +19 -12
- package/dist/doc-pager/index.js +1 -1
- package/dist/doc-route-entries/index.d.ts +2 -2
- package/dist/doclayout/doc-layout-with-defaults.js +4 -4
- package/dist/doclayout/doc-layout.d.ts +8 -0
- package/dist/doclayout/doc-layout.js +10 -1
- package/dist/docs-schema/index.d.ts +67 -0
- package/dist/docs-schema/index.js +43 -0
- package/dist/eject/index.d.ts +16 -0
- package/dist/eject/index.js +122 -28
- package/dist/extract-headings/index.d.ts +5 -8
- package/dist/extract-headings/index.js +2 -9
- package/dist/factory-context/index.d.ts +56 -4
- package/dist/features.css +65 -43
- package/dist/find-in-page/find-bar.d.ts +9 -0
- package/dist/find-in-page/find-bar.js +114 -0
- package/dist/find-in-page/find-in-page.d.ts +17 -0
- package/dist/find-in-page/find-in-page.js +131 -0
- package/dist/find-in-page/index.d.ts +11 -0
- package/dist/find-in-page/index.js +49 -0
- package/dist/footer/footer.js +1 -0
- package/dist/frontmatter-preview-defaults/index.d.ts +16 -0
- package/dist/frontmatter-preview-defaults/index.js +25 -0
- package/dist/head-with-defaults/index.d.ts +2 -0
- package/dist/head-with-defaults/index.js +16 -0
- package/dist/header/header.d.ts +10 -5
- package/dist/header/header.js +45 -5
- package/dist/header/index.d.ts +1 -1
- package/dist/header/types.d.ts +30 -1
- package/dist/header-with-defaults/index.js +1 -0
- package/dist/home-page/index.d.ts +2 -0
- package/dist/home-page/index.js +11 -5
- package/dist/home-page/prepare-home-data.js +1 -1
- package/dist/i18n-defaults/index.d.ts +22 -0
- package/dist/i18n-defaults/index.js +167 -0
- package/dist/locale-merge/index.d.ts +9 -14
- package/dist/locale-merge/index.js +6 -4
- package/dist/mdx-components/index.js +4 -4
- package/dist/plugins/claude-resources.d.ts +1 -0
- package/dist/plugins/claude-resources.js +4 -2
- package/dist/plugins/doc-history.js +1 -1
- package/dist/{integrations → plugins/internal}/claude-resources/index.d.ts +1 -16
- package/dist/{integrations → plugins/internal}/claude-resources/index.js +0 -9
- package/dist/{integrations → plugins/internal}/doc-history/index.d.ts +0 -17
- package/dist/{integrations → plugins/internal}/doc-history/index.js +0 -4
- package/dist/{integrations → plugins/internal}/doc-history/pre-build.d.ts +2 -4
- package/dist/plugins/internal/llms-txt/index.d.ts +7 -0
- package/dist/{integrations → plugins/internal}/llms-txt/load.d.ts +1 -1
- package/dist/{integrations → plugins/internal}/llms-txt/load.js +2 -2
- package/dist/{integrations → plugins/internal}/llms-txt/strip.d.ts +2 -3
- package/dist/{integrations → plugins/internal}/llms-txt/strip.js +1 -1
- package/dist/{integrations → plugins/internal}/llms-txt/types.d.ts +13 -22
- package/dist/{integrations → plugins/internal}/search-index/collect.js +1 -1
- package/dist/plugins/internal/theme-packs/copy.d.ts +32 -0
- package/dist/plugins/internal/theme-packs/copy.js +45 -0
- package/dist/plugins/internal/theme-packs/dev-middleware.d.ts +22 -0
- package/dist/plugins/internal/theme-packs/dev-middleware.js +80 -0
- package/dist/plugins/internal/theme-packs/index.d.ts +6 -0
- package/dist/plugins/internal/theme-packs/index.js +9 -0
- package/dist/plugins/internal/theme-packs/resolve.d.ts +17 -0
- package/dist/plugins/internal/theme-packs/resolve.js +17 -0
- package/dist/plugins/internal/theme-packs/types.d.ts +22 -0
- package/dist/plugins/internal/theme-packs/types.js +0 -0
- package/dist/plugins/llms-txt.js +1 -1
- package/dist/plugins/routes.js +55 -21
- package/dist/plugins/search-index.js +1 -1
- package/dist/plugins/theme-packs.d.ts +3 -0
- package/dist/plugins/theme-packs.js +40 -0
- package/dist/preset.d.ts +28 -14
- package/dist/preset.js +24 -9
- package/dist/route-context/index.js +4 -6
- package/dist/route-enumerators/index.d.ts +6 -18
- package/dist/route-enumerators/index.js +8 -6
- package/dist/routes/404.js +3 -1
- package/dist/routes/_chrome.js +3 -2
- package/dist/routes/_context.d.ts +7 -3
- package/dist/routes/_context.js +2 -0
- package/dist/routes/_docs-helpers.js +9 -21
- package/dist/safelist.css +1 -1
- package/dist/settings.d.ts +64 -12
- package/dist/sidebar-tree/build-tree.d.ts +3 -4
- package/dist/sidebar-tree/build-tree.js +4 -3
- package/dist/sidebar-tree/index.d.ts +2 -2
- package/dist/sidebar-tree/types.d.ts +6 -17
- package/dist/site-tree-nav-island/index.d.ts +3 -1
- package/dist/site-tree-nav-island/index.js +17 -5
- package/dist/site-tree-nav-island/state.d.ts +4 -0
- package/dist/site-tree-nav-island/state.js +10 -0
- package/dist/tag-helpers/index.d.ts +6 -13
- package/dist/tag-helpers/index.js +5 -23
- package/dist/tag-pages/index.d.ts +8 -21
- package/dist/tag-pages/index.js +14 -10
- package/dist/tags-audit.d.ts +16 -44
- package/dist/tags-audit.js +9 -172
- package/dist/theme/color-scheme-provider.d.ts +2 -3
- package/dist/theme/color-scheme-provider.js +2 -10
- package/dist/theme/index.d.ts +1 -4
- package/dist/theme/index.js +2 -30
- package/dist/theme/theme-pack-provider.d.ts +42 -0
- package/dist/theme/theme-pack-provider.js +75 -0
- package/dist/theme-cli/apply.d.ts +16 -0
- package/dist/theme-cli/apply.js +61 -0
- package/dist/theme-cli/config-io.d.ts +15 -0
- package/dist/theme-cli/config-io.js +51 -0
- package/dist/theme-cli/config-rewriter.d.ts +21 -0
- package/dist/theme-cli/config-rewriter.js +141 -0
- package/dist/theme-cli/config-scanner.d.ts +63 -0
- package/dist/theme-cli/config-scanner.js +288 -0
- package/dist/theme-cli/index.d.ts +7 -0
- package/dist/theme-cli/index.js +38 -0
- package/dist/theme-cli/list.d.ts +27 -0
- package/dist/theme-cli/list.js +64 -0
- package/dist/theme-cli/provenance.d.ts +17 -0
- package/dist/theme-cli/provenance.js +35 -0
- package/dist/theme-cli/registry.d.ts +14 -0
- package/dist/theme-cli/registry.js +13 -0
- package/dist/theme-pack-dialog/dialog-state.d.ts +25 -0
- package/dist/theme-pack-dialog/dialog-state.js +40 -0
- package/dist/theme-pack-dialog/index.d.ts +5 -0
- package/dist/theme-pack-dialog/index.js +152 -0
- package/dist/theme-pack-dialog/theme-pack-card.d.ts +25 -0
- package/dist/theme-pack-dialog/theme-pack-card.js +72 -0
- package/dist/theme-pack-switcher/index.d.ts +49 -0
- package/dist/theme-pack-switcher/index.js +205 -0
- package/dist/theme-pack-switcher/switcher-state.d.ts +56 -0
- package/dist/theme-pack-switcher/switcher-state.js +43 -0
- package/dist/theme-pack-switcher/theme-pack-sync.d.ts +85 -0
- package/dist/theme-pack-switcher/theme-pack-sync.js +121 -0
- package/dist/theme-packs/beacon/fonts/AtkinsonHyperlegible-400-latin.woff2 +0 -0
- package/dist/theme-packs/beacon/fonts/AtkinsonHyperlegible-700-latin.woff2 +0 -0
- package/dist/theme-packs/beacon/fonts/AtkinsonHyperlegible-italic-400-latin.woff2 +0 -0
- package/dist/theme-packs/beacon/fonts/AtkinsonHyperlegible-italic-700-latin.woff2 +0 -0
- package/dist/theme-packs/beacon/fonts/AtkinsonHyperlegibleMono-italic-latin.woff2 +0 -0
- package/dist/theme-packs/beacon/fonts/AtkinsonHyperlegibleMono-latin.woff2 +0 -0
- package/dist/theme-packs/beacon/fonts/OFL.txt +94 -0
- package/dist/theme-packs/beacon/meta.json +37 -0
- package/dist/theme-packs/beacon/pack.css +442 -0
- package/dist/theme-packs/broadsheet/fonts/CourierPrime-400-latin.woff2 +0 -0
- package/dist/theme-packs/broadsheet/fonts/CourierPrime-700-latin.woff2 +0 -0
- package/dist/theme-packs/broadsheet/fonts/OFL.txt +95 -0
- package/dist/theme-packs/broadsheet/fonts/PlayfairDisplay-italic-latin.woff2 +0 -0
- package/dist/theme-packs/broadsheet/fonts/PlayfairDisplay-latin.woff2 +0 -0
- package/dist/theme-packs/broadsheet/fonts/SourceSerif4-italic-latin.woff2 +0 -0
- package/dist/theme-packs/broadsheet/fonts/SourceSerif4-latin.woff2 +0 -0
- package/dist/theme-packs/broadsheet/meta.json +38 -0
- package/dist/theme-packs/broadsheet/pack.css +448 -0
- package/dist/theme-packs/brutalist/fonts/ArchivoBlack-latin.woff2 +0 -0
- package/dist/theme-packs/brutalist/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/brutalist/fonts/IBMPlexMono-500-latin.woff2 +0 -0
- package/dist/theme-packs/brutalist/fonts/IBMPlexMono-700-latin.woff2 +0 -0
- package/dist/theme-packs/brutalist/fonts/OFL.txt +95 -0
- package/dist/theme-packs/brutalist/fonts/SpaceGrotesk-latin.woff2 +0 -0
- package/dist/theme-packs/brutalist/meta.json +38 -0
- package/dist/theme-packs/brutalist/pack.css +546 -0
- package/dist/theme-packs/default/meta.json +37 -0
- package/dist/theme-packs/drift/fonts/IBMPlexMono-400-latin-ext.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/IBMPlexMono-500-latin-ext.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/IBMPlexMono-500-latin.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/IBMPlexSans-italic-latin.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/IBMPlexSans-latin-ext.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/IBMPlexSans-latin.woff2 +0 -0
- package/dist/theme-packs/drift/fonts/OFL.txt +93 -0
- package/dist/theme-packs/drift/meta.json +37 -0
- package/dist/theme-packs/drift/pack.css +478 -0
- package/dist/theme-packs/fjord/fonts/Inter-latin-ext.woff2 +0 -0
- package/dist/theme-packs/fjord/fonts/Inter-latin.woff2 +0 -0
- package/dist/theme-packs/fjord/fonts/JetBrainsMono-latin-ext.woff2 +0 -0
- package/dist/theme-packs/fjord/fonts/JetBrainsMono-latin.woff2 +0 -0
- package/dist/theme-packs/fjord/fonts/OFL.txt +94 -0
- package/dist/theme-packs/fjord/meta.json +37 -0
- package/dist/theme-packs/fjord/pack.css +375 -0
- package/dist/theme-packs/foundry/fonts/Inter-latin-ext.woff2 +0 -0
- package/dist/theme-packs/foundry/fonts/Inter-latin.woff2 +0 -0
- package/dist/theme-packs/foundry/fonts/OFL.txt +93 -0
- package/dist/theme-packs/foundry/meta.json +37 -0
- package/dist/theme-packs/foundry/pack.css +202 -0
- package/dist/theme-packs/futura-editorial/fonts/Jost-latin.woff2 +0 -0
- package/dist/theme-packs/futura-editorial/fonts/NotoSans-italic-latin.woff2 +0 -0
- package/dist/theme-packs/futura-editorial/fonts/NotoSans-latin.woff2 +0 -0
- package/dist/theme-packs/futura-editorial/fonts/OFL.txt +95 -0
- package/dist/theme-packs/futura-editorial/fonts/SpaceMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/futura-editorial/fonts/SpaceMono-700-latin.woff2 +0 -0
- package/dist/theme-packs/futura-editorial/meta.json +38 -0
- package/dist/theme-packs/futura-editorial/pack.css +313 -0
- package/dist/theme-packs/hearth/fonts/Fraunces-italic-latin.woff2 +0 -0
- package/dist/theme-packs/hearth/fonts/Fraunces-latin.woff2 +0 -0
- package/dist/theme-packs/hearth/fonts/Nunito-latin.woff2 +0 -0
- package/dist/theme-packs/hearth/fonts/OFL.txt +95 -0
- package/dist/theme-packs/hearth/fonts/SplineSansMono-latin.woff2 +0 -0
- package/dist/theme-packs/hearth/meta.json +38 -0
- package/dist/theme-packs/hearth/pack.css +385 -0
- package/dist/theme-packs/hollow/fonts/OFL.txt +94 -0
- package/dist/theme-packs/hollow/fonts/SpaceGrotesk-latin.woff2 +0 -0
- package/dist/theme-packs/hollow/fonts/SpaceMono-400-italic-latin.woff2 +0 -0
- package/dist/theme-packs/hollow/fonts/SpaceMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/hollow/fonts/SpaceMono-700-latin.woff2 +0 -0
- package/dist/theme-packs/hollow/meta.json +37 -0
- package/dist/theme-packs/hollow/pack.css +428 -0
- package/dist/theme-packs/ledger/fonts/CrimsonPro-latin-ext-italic.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/CrimsonPro-latin-ext.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/CrimsonPro-latin-italic.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/CrimsonPro-latin.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/IBMPlexMono-400-latin-ext.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/IBMPlexMono-500-latin-ext.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/IBMPlexMono-500-latin.woff2 +0 -0
- package/dist/theme-packs/ledger/fonts/OFL.txt +94 -0
- package/dist/theme-packs/ledger/meta.json +37 -0
- package/dist/theme-packs/ledger/pack.css +463 -0
- package/dist/theme-packs/manuscript/fonts/CourierPrime-400-latin-ext.woff2 +0 -0
- package/dist/theme-packs/manuscript/fonts/CourierPrime-400-latin.woff2 +0 -0
- package/dist/theme-packs/manuscript/fonts/CourierPrime-700-latin-ext.woff2 +0 -0
- package/dist/theme-packs/manuscript/fonts/CourierPrime-700-latin.woff2 +0 -0
- package/dist/theme-packs/manuscript/fonts/EBGaramond-latin-italic.woff2 +0 -0
- package/dist/theme-packs/manuscript/fonts/EBGaramond-latin.woff2 +0 -0
- package/dist/theme-packs/manuscript/fonts/OFL.txt +94 -0
- package/dist/theme-packs/manuscript/meta.json +37 -0
- package/dist/theme-packs/manuscript/pack.css +376 -0
- package/dist/theme-packs/matcha/fonts/MPLUS1Code-latin.woff2 +0 -0
- package/dist/theme-packs/matcha/fonts/OFL.txt +95 -0
- package/dist/theme-packs/matcha/fonts/ShipporiMincho-500-latin.woff2 +0 -0
- package/dist/theme-packs/matcha/fonts/ShipporiMincho-700-latin.woff2 +0 -0
- package/dist/theme-packs/matcha/fonts/ZenKakuGothicNew-400-latin.woff2 +0 -0
- package/dist/theme-packs/matcha/fonts/ZenKakuGothicNew-500-latin.woff2 +0 -0
- package/dist/theme-packs/matcha/meta.json +38 -0
- package/dist/theme-packs/matcha/pack.css +409 -0
- package/dist/theme-packs/nocturne/fonts/CormorantGaramond-italic-latin.woff2 +0 -0
- package/dist/theme-packs/nocturne/fonts/CormorantGaramond-latin.woff2 +0 -0
- package/dist/theme-packs/nocturne/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/nocturne/fonts/IBMPlexMono-500-latin.woff2 +0 -0
- package/dist/theme-packs/nocturne/fonts/IBMPlexMono-italic-latin.woff2 +0 -0
- package/dist/theme-packs/nocturne/fonts/Manrope-latin.woff2 +0 -0
- package/dist/theme-packs/nocturne/fonts/OFL.txt +95 -0
- package/dist/theme-packs/nocturne/meta.json +38 -0
- package/dist/theme-packs/nocturne/pack.css +502 -0
- package/dist/theme-packs/observatory/fonts/JosefinSans-latin.woff2 +0 -0
- package/dist/theme-packs/observatory/fonts/Jost-italic-latin.woff2 +0 -0
- package/dist/theme-packs/observatory/fonts/Jost-latin.woff2 +0 -0
- package/dist/theme-packs/observatory/fonts/OFL.txt +95 -0
- package/dist/theme-packs/observatory/fonts/SpaceMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/observatory/fonts/SpaceMono-700-latin.woff2 +0 -0
- package/dist/theme-packs/observatory/fonts/SpaceMono-italic-latin.woff2 +0 -0
- package/dist/theme-packs/observatory/meta.json +38 -0
- package/dist/theme-packs/observatory/pack.css +728 -0
- package/dist/theme-packs/onyx/fonts/CormorantGaramond-italic-latin.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/CormorantGaramond-latin.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/IBMPlexMono-400-latin-ext.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/IBMPlexMono-500-latin-ext.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/IBMPlexMono-500-latin.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/Jost-latin.woff2 +0 -0
- package/dist/theme-packs/onyx/fonts/OFL.txt +95 -0
- package/dist/theme-packs/onyx/meta.json +38 -0
- package/dist/theme-packs/onyx/pack.css +497 -0
- package/dist/theme-packs/phosphor/fonts/JetBrainsMono-latin-ext.woff2 +0 -0
- package/dist/theme-packs/phosphor/fonts/JetBrainsMono-latin.woff2 +0 -0
- package/dist/theme-packs/phosphor/fonts/OFL.txt +94 -0
- package/dist/theme-packs/phosphor/fonts/VT323-latin-ext.woff2 +0 -0
- package/dist/theme-packs/phosphor/fonts/VT323-latin.woff2 +0 -0
- package/dist/theme-packs/phosphor/meta.json +38 -0
- package/dist/theme-packs/phosphor/pack.css +493 -0
- package/dist/theme-packs/solar/fonts/OFL.txt +94 -0
- package/dist/theme-packs/solar/fonts/SourceCodePro-italic-latin.woff2 +0 -0
- package/dist/theme-packs/solar/fonts/SourceCodePro-latin.woff2 +0 -0
- package/dist/theme-packs/solar/fonts/SourceSans3-italic-latin.woff2 +0 -0
- package/dist/theme-packs/solar/fonts/SourceSans3-latin.woff2 +0 -0
- package/dist/theme-packs/solar/meta.json +37 -0
- package/dist/theme-packs/solar/pack.css +380 -0
- package/dist/theme-packs/sumi/fonts/IBMPlexMono-400-latin-ext.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/IBMPlexMono-500-latin-ext.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/IBMPlexMono-500-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/OFL.txt +95 -0
- package/dist/theme-packs/sumi/fonts/ShipporiMinchoB1-600-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/ShipporiMinchoB1-700-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/ShipporiMinchoB1-800-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/ZenKakuGothicNew-400-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/fonts/ZenKakuGothicNew-500-latin.woff2 +0 -0
- package/dist/theme-packs/sumi/meta.json +38 -0
- package/dist/theme-packs/sumi/pack.css +502 -0
- package/dist/theme-packs/swissgrid/fonts/IBMPlexMono-400-latin-ext.woff2 +0 -0
- package/dist/theme-packs/swissgrid/fonts/IBMPlexMono-400-latin.woff2 +0 -0
- package/dist/theme-packs/swissgrid/fonts/IBMPlexMono-600-latin.woff2 +0 -0
- package/dist/theme-packs/swissgrid/fonts/Inter-latin-ext.woff2 +0 -0
- package/dist/theme-packs/swissgrid/fonts/Inter-latin.woff2 +0 -0
- package/dist/theme-packs/swissgrid/fonts/InterTight-latin.woff2 +0 -0
- package/dist/theme-packs/swissgrid/fonts/OFL.txt +95 -0
- package/dist/theme-packs/swissgrid/meta.json +38 -0
- package/dist/theme-packs/swissgrid/pack.css +518 -0
- package/dist/theme-packs/washi/fonts/MPlus1Code-400-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/MPlus1Code-500-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/OFL.txt +95 -0
- package/dist/theme-packs/washi/fonts/ShipporiMincho-500-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/ShipporiMincho-600-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/ShipporiMincho-700-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/ZenKakuGothicNew-400-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/ZenKakuGothicNew-500-latin.woff2 +0 -0
- package/dist/theme-packs/washi/fonts/ZenKakuGothicNew-700-latin.woff2 +0 -0
- package/dist/theme-packs/washi/meta.json +38 -0
- package/dist/theme-packs/washi/pack.css +479 -0
- package/dist/theme-packs-registry/index.d.ts +5 -0
- package/dist/theme-packs-registry/index.js +30 -0
- package/dist/theme-packs-registry/load-registry.d.ts +23 -0
- package/dist/theme-packs-registry/load-registry.js +64 -0
- package/dist/theme-packs-registry/meta-schema.d.ts +70 -0
- package/dist/theme-packs-registry/meta-schema.js +38 -0
- package/dist/theme-packs-registry/resolve-enabled-packs.d.ts +25 -0
- package/dist/theme-packs-registry/resolve-enabled-packs.js +43 -0
- package/dist/theme-packs-registry/token-manifest.d.ts +19 -0
- package/dist/theme-packs-registry/token-manifest.js +57 -0
- package/dist/theme-packs-registry/validator.d.ts +35 -0
- package/dist/theme-packs-registry/validator.js +284 -0
- package/dist/theme-toggle/color-scheme-sync.d.ts +2 -4
- package/dist/theme.css +319 -0
- package/dist/versions-page/index.d.ts +2 -2
- package/dist/versions-page/index.js +8 -8
- package/dist/z-index-defaults/index.d.ts +45 -0
- package/dist/z-index-defaults/index.js +34 -0
- package/eject/breadcrumb/breadcrumb.tsx +4 -4
- package/eject/breadcrumb/find-path.ts +2 -2
- package/eject/breadcrumb/index.ts +1 -1
- package/eject/breadcrumb/types.ts +0 -6
- package/eject/code-group/index.tsx +2 -2
- package/eject/doc-history/index.tsx +1 -1
- package/eject/doc-pager/index.tsx +1 -1
- package/eject/footer/footer.tsx +1 -0
- package/eject/header/header.tsx +86 -21
- package/eject/header/index.ts +3 -0
- package/eject/header/types.ts +39 -1
- package/eject/site-tree-nav-island/index.tsx +15 -3
- package/eject/site-tree-nav-island/state.ts +9 -0
- package/eject/theme-toggle/color-scheme-sync.ts +2 -4
- package/package.json +82 -29
- package/routes-src/404.tsx +4 -1
- package/routes-src/_chrome.tsx +31 -8
- package/routes-src/_context.ts +4 -0
- package/routes-src/_docs-helpers.ts +9 -29
- package/routes-src/_virtual.d.ts +38 -2
- package/tsconfig.base.json +29 -0
- package/virtual-modules.d.ts +83 -0
- package/zfb-config-shim.d.ts +210 -0
- package/dist/integrations/llms-txt/index.d.ts +0 -33
- package/dist/theme/color-tweak-export-modal.d.ts +0 -16
- package/dist/theme/color-tweak-export-modal.js +0 -138
- package/dist/theme/design-token-serde.d.ts +0 -183
- package/dist/theme/design-token-serde.js +0 -346
- package/dist/theme/design-token-types.d.ts +0 -13
- package/dist/theme/design-token-types.js +0 -6
- package/dist/theme/iframe-bridge.d.ts +0 -42
- package/dist/theme/iframe-bridge.js +0 -72
- /package/dist/{integrations → plugins/internal}/claude-resources/escape-for-mdx.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/claude-resources/escape-for-mdx.js +0 -0
- /package/dist/{integrations → plugins/internal}/claude-resources/generate.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/claude-resources/generate.js +0 -0
- /package/dist/{integrations → plugins/internal}/doc-history/pre-build.js +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/dev-middleware.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/dev-middleware.js +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/emit.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/emit.js +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/generate.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/generate.js +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/index.js +0 -0
- /package/dist/{integrations → plugins/internal}/llms-txt/types.js +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/build-emitter.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/build-emitter.js +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/collect.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/dev-middleware.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/dev-middleware.js +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/index.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/index.js +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/types.d.ts +0 -0
- /package/dist/{integrations → plugins/internal}/search-index/types.js +0 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. (Source Sans 3: https://github.com/adobe-fonts/source-sans)
|
|
2
|
+
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. (Source Code Pro: https://github.com/adobe-fonts/source-code-pro)
|
|
3
|
+
|
|
4
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
5
|
+
This license is copied below, and is also available with a FAQ at:
|
|
6
|
+
https://scripts.sil.org/OFL
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
-----------------------------------------------------------
|
|
10
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
|
11
|
+
-----------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
PREAMBLE
|
|
14
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
15
|
+
development of collaborative font projects, to support the font creation
|
|
16
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
17
|
+
open framework in which fonts may be shared and improved in partnership
|
|
18
|
+
with others.
|
|
19
|
+
|
|
20
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
21
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
22
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
23
|
+
redistributed and/or sold with any software provided that any reserved
|
|
24
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
25
|
+
however, cannot be released under any other type of license. The
|
|
26
|
+
requirement for fonts to remain under this license does not apply
|
|
27
|
+
to any document created using the fonts or their derivatives.
|
|
28
|
+
|
|
29
|
+
DEFINITIONS
|
|
30
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
31
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
32
|
+
include source files, build scripts and documentation.
|
|
33
|
+
|
|
34
|
+
"Reserved Font Name" refers to any names specified as such after the
|
|
35
|
+
copyright statement(s).
|
|
36
|
+
|
|
37
|
+
"Original Version" refers to the collection of Font Software components as
|
|
38
|
+
distributed by the Copyright Holder(s).
|
|
39
|
+
|
|
40
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
41
|
+
or substituting -- in part or in whole -- any of the components of the
|
|
42
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
43
|
+
new environment.
|
|
44
|
+
|
|
45
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
46
|
+
writer or other person who contributed to the Font Software.
|
|
47
|
+
|
|
48
|
+
PERMISSION & CONDITIONS
|
|
49
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
50
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
51
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
52
|
+
Software, subject to the following conditions:
|
|
53
|
+
|
|
54
|
+
1) Neither the Font Software nor any of its individual components,
|
|
55
|
+
in Original or Modified Versions, may be sold by itself.
|
|
56
|
+
|
|
57
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
58
|
+
redistributed and/or sold with any software, provided that each copy
|
|
59
|
+
contains the above copyright notice and this license. These can be
|
|
60
|
+
included either as stand-alone text files, human-readable headers or
|
|
61
|
+
in the appropriate machine-readable metadata fields within text or
|
|
62
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
63
|
+
|
|
64
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
|
65
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
|
66
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
|
67
|
+
presented to the users.
|
|
68
|
+
|
|
69
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
70
|
+
Software shall not be used to promote, endorse or advertise any
|
|
71
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
72
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
73
|
+
permission.
|
|
74
|
+
|
|
75
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
76
|
+
must be distributed entirely under this license, and must not be
|
|
77
|
+
distributed under any other license. The requirement for fonts to
|
|
78
|
+
remain under this license does not apply to any document created
|
|
79
|
+
using the Font Software.
|
|
80
|
+
|
|
81
|
+
TERMINATION
|
|
82
|
+
This license becomes null and void if any of the above conditions are
|
|
83
|
+
not met.
|
|
84
|
+
|
|
85
|
+
DISCLAIMER
|
|
86
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
87
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
88
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
89
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
90
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
91
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
92
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
93
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
94
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"slug": "solar",
|
|
4
|
+
"name": "Solar",
|
|
5
|
+
"description": "Solarized precision — low-eyestrain paper tones, blue/cyan/orange accents, mono labels, technical calm in both modes.",
|
|
6
|
+
"mode": "light",
|
|
7
|
+
"version": "1.0.1",
|
|
8
|
+
"fonts": {
|
|
9
|
+
"sans": "Source Sans 3",
|
|
10
|
+
"mono": "Source Code Pro",
|
|
11
|
+
"loaded": ["Source Sans 3", "Source Code Pro"]
|
|
12
|
+
},
|
|
13
|
+
"preview": {
|
|
14
|
+
"light": {
|
|
15
|
+
"bg": "#fdf6e3",
|
|
16
|
+
"fg": "#4f6369",
|
|
17
|
+
"accent": "#1c6a9f",
|
|
18
|
+
"syntax": {
|
|
19
|
+
"keyword": "#606f00",
|
|
20
|
+
"string": "#12746c",
|
|
21
|
+
"comment": "#586b72",
|
|
22
|
+
"callable": "#1d6da3"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"dark": {
|
|
26
|
+
"bg": "#002b36",
|
|
27
|
+
"fg": "#93a1a1",
|
|
28
|
+
"accent": "#53a6df",
|
|
29
|
+
"syntax": {
|
|
30
|
+
"keyword": "#8ea300",
|
|
31
|
+
"string": "#2caaa0",
|
|
32
|
+
"comment": "#899da4",
|
|
33
|
+
"callable": "#49a0dd"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Solar — zudo-doc theme pack (ADR docs/adr/theme-packs.md)
|
|
3
|
+
|
|
4
|
+
Solarized precision: low-eyestrain paper tones, blue/cyan/orange
|
|
5
|
+
accents, mono labels, technical calm in both modes. Light is the
|
|
6
|
+
base3 paper world, dark the base03 deep-teal world, with the
|
|
7
|
+
canonical Solarized green/cyan/blue/yellow/magenta syntax mapping.
|
|
8
|
+
Selective-contrast chrome: emphasized base02/base2 headings over
|
|
9
|
+
calm base01/base1 prose, a blue-tinted square active nav bar, mono
|
|
10
|
+
uppercase yellow micro-labels, and terminal-glyph admonitions.
|
|
11
|
+
Solar signatures: a faint sunrise wash atop the page, an orange
|
|
12
|
+
sun glyph on the logo, a solarized-yellow code-block gutter, and
|
|
13
|
+
the solarized accent spectrum as a cap strip on the flyout.
|
|
14
|
+
Source Sans 3 reading face, Source Code Pro code.
|
|
15
|
+
|
|
16
|
+
RADIUS DECISION: near-square. Terminal-technical shapes —
|
|
17
|
+
admonitions fully square, cards/controls a crisp 2–3px.
|
|
18
|
+
|
|
19
|
+
Every rule below is scoped under html[data-theme-pack="solar"] —
|
|
20
|
+
this is what makes the runtime pack swap atomic (Decision 3) and
|
|
21
|
+
lets the validator prove a pack can never leak styles while
|
|
22
|
+
inactive (Decision 6.7). The @font-face blocks are the sole
|
|
23
|
+
exception (at-rules can't be selector-scoped).
|
|
24
|
+
|
|
25
|
+
Prototype-selector adaptations against the REAL DOM (tokens-dump
|
|
26
|
+
§6 + component sources), noted inline where they matter:
|
|
27
|
+
- `.sb-group a` → `#desktop-sidebar` (base2 wash) +
|
|
28
|
+
`a[data-nav-active]` (blue band + square
|
|
29
|
+
2px bar as an inset box-shadow so the
|
|
30
|
+
nested tree's own padding never shifts)
|
|
31
|
+
- `.toc-active` → `nav[data-zd-toc] a[aria-current="true"]`
|
|
32
|
+
(toc/toc.tsx marks the active entry with
|
|
33
|
+
aria-current, not a mock class); the
|
|
34
|
+
prototype's absolute ::before bar becomes
|
|
35
|
+
a border-left snug against the rail
|
|
36
|
+
- `.doc-pager` → `.zd-content > nav[data-doc-pager] > a`
|
|
37
|
+
(retargeted onto the stable hook,
|
|
38
|
+
zudolab/zudo-doc#2879 — was
|
|
39
|
+
`.zd-content > nav:last-of-type:not([aria-label])`)
|
|
40
|
+
- `.crumb-current` → `main nav[aria-label="Breadcrumb"] li > span`
|
|
41
|
+
(the current page is the only bare <span>
|
|
42
|
+
in the breadcrumb list)
|
|
43
|
+
- `footer[data-footer]` → `footer[data-footer]` (retargeted onto the
|
|
44
|
+
stable hook, zudolab/zudo-doc#2879 — was
|
|
45
|
+
`.zd-sidebar-content-wrapper > footer`)
|
|
46
|
+
- `.tp-flyout` → `div[data-switcher-card]` (retargeted onto
|
|
47
|
+
the stable hook, zudolab/zudo-doc#2879 — was
|
|
48
|
+
`div[role="dialog"][aria-label="Theme pack
|
|
49
|
+
switcher"]`); the spectrum cap strip is a
|
|
50
|
+
top-anchored background gradient (the
|
|
51
|
+
fjord/hearth technique) instead of the
|
|
52
|
+
prototype's ::before overlay
|
|
53
|
+
- `.hdr-search` / `.sb-group > p` / `.toc-title` — prototype-mock
|
|
54
|
+
markup with no stable hook; NOT ported. The signature mono
|
|
55
|
+
uppercase yellow micro-labels land on the stable surfaces that
|
|
56
|
+
speak the same dialect: pager labels and table headers.
|
|
57
|
+
- CONTRAST TUNING: the prototype's WCAG note covered only fg-on-bg.
|
|
58
|
+
Checked computationally against the real composited surfaces
|
|
59
|
+
(code panel, admonition 12% tints, sidebar wash), most inks
|
|
60
|
+
needed a nudge: light-mode inks run a step darker than canonical
|
|
61
|
+
Solarized (e.g. body base01 #586e75 → #4f6369, blue #1e70a8 →
|
|
62
|
+
#1c6a9f, syntax roles re-tuned against the base2 code panel) and
|
|
63
|
+
dark-mode accents a step brighter (blue #3f9bdb → #53a6df, and
|
|
64
|
+
the syntax roles against the base02 panel). Every text/background
|
|
65
|
+
pair below clears 4.5:1 in both modes (including the state hues
|
|
66
|
+
over their own 12% admonition tints and the accent over the
|
|
67
|
+
sidebar active band's 8% tint — self-tint pairs tuned to a fixed
|
|
68
|
+
point, since brightening an ink also brightens its tint).
|
|
69
|
+
============================================================ */
|
|
70
|
+
|
|
71
|
+
/* ---- Source Sans 3 — reading face and chrome. Variable 200–900
|
|
72
|
+
plus a true italic for the blockquote asides. Latin subsets
|
|
73
|
+
only (both families): a stray latin-ext or CJK glyph falls
|
|
74
|
+
through to the stack's system face. ---- */
|
|
75
|
+
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: "Source Sans 3";
|
|
78
|
+
font-style: normal;
|
|
79
|
+
font-weight: 200 900;
|
|
80
|
+
font-display: swap;
|
|
81
|
+
src: url("./fonts/SourceSans3-latin.woff2") format("woff2");
|
|
82
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
83
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
84
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: "Source Sans 3";
|
|
89
|
+
font-style: italic;
|
|
90
|
+
font-weight: 200 900;
|
|
91
|
+
font-display: swap;
|
|
92
|
+
src: url("./fonts/SourceSans3-italic-latin.woff2") format("woff2");
|
|
93
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
94
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
95
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/* ---- Source Code Pro — code, micro-labels, admonition titles.
|
|
99
|
+
Variable 200–900 plus a true italic for comments. ---- */
|
|
100
|
+
|
|
101
|
+
@font-face {
|
|
102
|
+
font-family: "Source Code Pro";
|
|
103
|
+
font-style: normal;
|
|
104
|
+
font-weight: 200 900;
|
|
105
|
+
font-display: swap;
|
|
106
|
+
src: url("./fonts/SourceCodePro-latin.woff2") format("woff2");
|
|
107
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
108
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
109
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@font-face {
|
|
113
|
+
font-family: "Source Code Pro";
|
|
114
|
+
font-style: italic;
|
|
115
|
+
font-weight: 200 900;
|
|
116
|
+
font-display: swap;
|
|
117
|
+
src: url("./fonts/SourceCodePro-italic-latin.woff2") format("woff2");
|
|
118
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
119
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
120
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
html[data-theme-pack="solar"] {
|
|
124
|
+
/* Tier-2 semantic roles — base3 paper by day, base03 teal by
|
|
125
|
+
night. Both modes always via light-dark(). */
|
|
126
|
+
--zd-bg: light-dark(#fdf6e3, #002b36);
|
|
127
|
+
--zd-fg: light-dark(#4f6369, #93a1a1);
|
|
128
|
+
--zd-selection-bg: light-dark(#d2e4e0, #14494f);
|
|
129
|
+
--zd-selection-fg: light-dark(#073642, #eee8d5);
|
|
130
|
+
--zd-surface: light-dark(#eee8d5, #073642);
|
|
131
|
+
--zd-muted: light-dark(#586b72, #8c9c9e);
|
|
132
|
+
|
|
133
|
+
/* blue is THE accent; hover shifts to cyan — the two cool
|
|
134
|
+
solarized hues doing the classic blue→cyan interplay */
|
|
135
|
+
--zd-accent: light-dark(#1c6a9f, #53a6df);
|
|
136
|
+
--zd-accent-hover: light-dark(#12746c, #2caaa0);
|
|
137
|
+
|
|
138
|
+
--zd-code-bg: light-dark(#eee8d5, #073642);
|
|
139
|
+
--zd-code-fg: light-dark(#4f6369, #93a1a1);
|
|
140
|
+
|
|
141
|
+
--zd-success: light-dark(#5d6c00, #91a600);
|
|
142
|
+
--zd-danger: light-dark(#b52220, #e87872);
|
|
143
|
+
--zd-warning: light-dark(#b33f0f, #e37e50);
|
|
144
|
+
--zd-info: light-dark(#1c6a9f, #53a6df);
|
|
145
|
+
|
|
146
|
+
/* syntax — the canonical solarized code mapping: green keywords,
|
|
147
|
+
cyan strings, blue callables, yellow types, magenta numbers —
|
|
148
|
+
all 9 roles, each side tuned against its base2/base02 code
|
|
149
|
+
panel. inserted/deleted reuse the green/red state hues. */
|
|
150
|
+
--zd-syntax-comment: light-dark(#586b72, #899da4);
|
|
151
|
+
--zd-syntax-string: light-dark(#12746c, #2caaa0);
|
|
152
|
+
--zd-syntax-number: light-dark(#bb2d72, #e474aa);
|
|
153
|
+
--zd-syntax-keyword: light-dark(#606f00, #8ea300);
|
|
154
|
+
--zd-syntax-callable: light-dark(#1d6da3, #49a0dd);
|
|
155
|
+
--zd-syntax-type: light-dark(#836300, #c19200);
|
|
156
|
+
--zd-syntax-name: light-dark(#4f6369, #93a1a1);
|
|
157
|
+
--zd-syntax-inserted: light-dark(#5d6c00, #91a600);
|
|
158
|
+
--zd-syntax-deleted: light-dark(#b52220, #e87872);
|
|
159
|
+
|
|
160
|
+
/* fonts — Source Sans 3 reading face, Source Code Pro code.
|
|
161
|
+
Headings keep the sans: precision, not display flair. */
|
|
162
|
+
--font-sans: "Source Sans 3", system-ui, sans-serif;
|
|
163
|
+
--font-mono: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
164
|
+
|
|
165
|
+
/* Tier-3 component seams — semibold slightly-tight headings,
|
|
166
|
+
square admonitions, crisp 2px cards. The nav-active fill goes
|
|
167
|
+
transparent; the blue band + bar are painted in the extras. */
|
|
168
|
+
--zdc-doc-title-weight: 600;
|
|
169
|
+
--zdc-doc-title-tracking: -0.015em;
|
|
170
|
+
--zdc-doc-h2-weight: 600;
|
|
171
|
+
--zdc-doc-h2-tracking: -0.005em;
|
|
172
|
+
--zdc-admonition-radius: 0;
|
|
173
|
+
--zdc-admonition-border-width: 3px;
|
|
174
|
+
--zdc-card-radius: 2px;
|
|
175
|
+
--zdc-nav-active-indicator-color: transparent;
|
|
176
|
+
--zdc-nav-active-weight: 600;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/* ---- Solar extras ---- */
|
|
180
|
+
|
|
181
|
+
/* faint sunrise wash at the top of the page — the "solar" glow,
|
|
182
|
+
solarized-yellow at whisper opacity */
|
|
183
|
+
html[data-theme-pack="solar"] body {
|
|
184
|
+
background-image: linear-gradient(
|
|
185
|
+
180deg,
|
|
186
|
+
light-dark(rgba(181, 137, 0, 0.09), rgba(181, 137, 0, 0.07)) 0,
|
|
187
|
+
transparent 260px
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/* logo gets the sun glyph in solarized orange */
|
|
192
|
+
html[data-theme-pack="solar"] [data-header-logo] {
|
|
193
|
+
font-weight: 600;
|
|
194
|
+
letter-spacing: -0.01em;
|
|
195
|
+
}
|
|
196
|
+
html[data-theme-pack="solar"] [data-header-logo]::after {
|
|
197
|
+
content: " ☉";
|
|
198
|
+
color: light-dark(#b33f0f, #e37e50);
|
|
199
|
+
font-weight: 400;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/* selective contrast: headings + strong step to the emphasized pole
|
|
203
|
+
(base02 on light / base2 on dark) while prose stays calm */
|
|
204
|
+
html[data-theme-pack="solar"] .zd-content h1,
|
|
205
|
+
html[data-theme-pack="solar"] .zd-content h2,
|
|
206
|
+
html[data-theme-pack="solar"] .zd-content h3,
|
|
207
|
+
html[data-theme-pack="solar"] .zd-content h4,
|
|
208
|
+
html[data-theme-pack="solar"] .zd-content strong,
|
|
209
|
+
html[data-theme-pack="solar"] main nav[aria-label="Breadcrumb"] li > span {
|
|
210
|
+
color: light-dark(#073642, #eee8d5);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/* h2 rule: a precise 2px blue→cyan fade instead of the default fg
|
|
214
|
+
gradient. The SSR-inlined `style="border-image:linear-gradient(...)"`
|
|
215
|
+
bar is defeated with border-image none !important (Decision 6.6's
|
|
216
|
+
sole allowlisted carve-out) + a zeroed border-top; the fade is then
|
|
217
|
+
painted as a 2px top-anchored background gradient. */
|
|
218
|
+
html[data-theme-pack="solar"] .zd-content h2 {
|
|
219
|
+
border-image: none !important;
|
|
220
|
+
border-top-width: 0;
|
|
221
|
+
background-image: linear-gradient(
|
|
222
|
+
to right,
|
|
223
|
+
var(--zd-accent),
|
|
224
|
+
var(--zd-accent-hover) 45%,
|
|
225
|
+
transparent 88%
|
|
226
|
+
);
|
|
227
|
+
background-size: 100% 2px;
|
|
228
|
+
background-repeat: no-repeat;
|
|
229
|
+
background-position: top left;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/* prose links: quiet underline that sharpens to cyan on hover */
|
|
233
|
+
html[data-theme-pack="solar"] .zd-content a {
|
|
234
|
+
text-decoration-color: color-mix(in srgb, var(--zd-accent) 40%, transparent);
|
|
235
|
+
text-underline-offset: 2px;
|
|
236
|
+
}
|
|
237
|
+
html[data-theme-pack="solar"] .zd-content a:hover {
|
|
238
|
+
text-decoration-color: var(--zd-accent-hover);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/* sidebar: soft base2 wash, active item = flat blue-tinted band with
|
|
242
|
+
a square 2px bar. The bar is an inset box-shadow (not a border) so
|
|
243
|
+
the tree's own indentation never shifts; the fill token above is
|
|
244
|
+
transparent so this band is the only paint. */
|
|
245
|
+
html[data-theme-pack="solar"] #desktop-sidebar {
|
|
246
|
+
background-color: color-mix(in srgb, var(--zd-surface) 45%, var(--zd-bg));
|
|
247
|
+
border-right-color: light-dark(#e5dec8, #0b4354);
|
|
248
|
+
}
|
|
249
|
+
html[data-theme-pack="solar"] #desktop-sidebar a {
|
|
250
|
+
border-radius: 0;
|
|
251
|
+
}
|
|
252
|
+
/* Exclude the current page: root/branch current nodes carry
|
|
253
|
+
aria-current="page" without data-nav-active and keep the base
|
|
254
|
+
inverted `bg-fg text-bg` fill — recoloring their text to the
|
|
255
|
+
accent on hover would sit accent-on-fg (~1:1). */
|
|
256
|
+
html[data-theme-pack="solar"] #desktop-sidebar a:not([aria-current="page"]):hover {
|
|
257
|
+
color: var(--zd-accent);
|
|
258
|
+
}
|
|
259
|
+
html[data-theme-pack="solar"] a[data-nav-active] {
|
|
260
|
+
background: color-mix(in srgb, var(--zd-accent) 8%, transparent);
|
|
261
|
+
color: var(--zd-accent);
|
|
262
|
+
border-radius: 0 2px 2px 0;
|
|
263
|
+
box-shadow: inset 2px 0 0 0 var(--zd-accent);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/* TOC: active entry = accent text + a square bar over the rail
|
|
267
|
+
instead of the inverted fill. The ul's overflow clips at its
|
|
268
|
+
padding edge, so the entry pulls back exactly to the padding edge
|
|
269
|
+
and the 2px bar sits snug against the rail. */
|
|
270
|
+
html[data-theme-pack="solar"] nav[data-zd-toc] a:hover {
|
|
271
|
+
color: var(--zd-accent);
|
|
272
|
+
}
|
|
273
|
+
html[data-theme-pack="solar"] nav[data-zd-toc] a[aria-current="true"] {
|
|
274
|
+
background: none;
|
|
275
|
+
color: var(--zd-accent);
|
|
276
|
+
font-weight: 600;
|
|
277
|
+
margin-left: calc(-1 * var(--spacing-hsp-lg, 1rem));
|
|
278
|
+
padding-left: calc(var(--spacing-hsp-lg, 1rem) - 2px);
|
|
279
|
+
border-left: 2px solid var(--zd-accent);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/* code block: the centerpiece — base2/base02 panel behind a
|
|
283
|
+
solarized-yellow left rule, like a terminal gutter */
|
|
284
|
+
html[data-theme-pack="solar"] pre.hi-root {
|
|
285
|
+
border-radius: 3px;
|
|
286
|
+
border-color: light-dark(#e3dcc6, #0e4250);
|
|
287
|
+
border-left: 3px solid color-mix(in srgb, #b58900 55%, transparent);
|
|
288
|
+
}
|
|
289
|
+
html[data-theme-pack="solar"] .hi-com {
|
|
290
|
+
font-style: italic;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/* inline code: hairline-bordered chips */
|
|
294
|
+
html[data-theme-pack="solar"] .zd-content code:not(pre code) {
|
|
295
|
+
border: 1px solid light-dark(rgba(88, 107, 114, 0.25), rgba(140, 156, 158, 0.22));
|
|
296
|
+
border-radius: 3px;
|
|
297
|
+
padding: 1px 0.35rem;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
/* admonitions: terminal-style mono uppercase titles with prompt
|
|
301
|
+
glyphs instead of emoji (note/tip/warning swap; the other variants
|
|
302
|
+
keep their stock icons); square corners come from the token */
|
|
303
|
+
html[data-theme-pack="solar"] [data-admonition] .admonition-title {
|
|
304
|
+
font-family: var(--font-mono);
|
|
305
|
+
font-size: 0.78rem;
|
|
306
|
+
font-weight: 600;
|
|
307
|
+
text-transform: uppercase;
|
|
308
|
+
letter-spacing: 0.09em;
|
|
309
|
+
}
|
|
310
|
+
html[data-theme-pack="solar"] [data-admonition="note"] .admonition-title::before {
|
|
311
|
+
content: "❯ ";
|
|
312
|
+
}
|
|
313
|
+
html[data-theme-pack="solar"] [data-admonition="tip"] .admonition-title::before {
|
|
314
|
+
content: "✓ ";
|
|
315
|
+
}
|
|
316
|
+
html[data-theme-pack="solar"] [data-admonition="warning"] .admonition-title::before {
|
|
317
|
+
content: "▲ ";
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/* blockquote: cyan rule, italic — a quiet aside */
|
|
321
|
+
html[data-theme-pack="solar"] .zd-content blockquote {
|
|
322
|
+
border-left: 3px solid color-mix(in srgb, var(--zd-accent-hover) 70%, transparent);
|
|
323
|
+
font-style: italic;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
/* table: mono uppercase micro-label headers, blue-tinted header
|
|
327
|
+
rule, base2-wash row hover */
|
|
328
|
+
html[data-theme-pack="solar"] .zd-content th {
|
|
329
|
+
font-family: var(--font-mono);
|
|
330
|
+
font-size: 0.76rem;
|
|
331
|
+
text-transform: uppercase;
|
|
332
|
+
letter-spacing: 0.08em;
|
|
333
|
+
color: var(--zd-muted);
|
|
334
|
+
border-bottom: 2px solid color-mix(in srgb, var(--zd-accent) 45%, transparent);
|
|
335
|
+
}
|
|
336
|
+
html[data-theme-pack="solar"] .zd-content tbody tr:hover td {
|
|
337
|
+
background: color-mix(in srgb, var(--zd-surface) 55%, transparent);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
/* pager: crisp cards, mono uppercase yellow micro-labels (the
|
|
341
|
+
solarized-yellow terminal dialect), cyan hover wash. The DocPager
|
|
342
|
+
is the article's LAST unlabelled direct-child nav. */
|
|
343
|
+
html[data-theme-pack="solar"] .zd-content > nav[data-doc-pager] > a div {
|
|
344
|
+
font-family: var(--font-mono);
|
|
345
|
+
font-size: 0.7rem;
|
|
346
|
+
text-transform: uppercase;
|
|
347
|
+
letter-spacing: 0.1em;
|
|
348
|
+
color: light-dark(#876500, #be9000);
|
|
349
|
+
}
|
|
350
|
+
html[data-theme-pack="solar"] .zd-content > nav[data-doc-pager] > a:hover {
|
|
351
|
+
border-color: var(--zd-accent-hover);
|
|
352
|
+
background: color-mix(in srgb, var(--zd-accent-hover) 7%, transparent);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
/* header + footer hairlines tuned to the paper/teal worlds */
|
|
356
|
+
html[data-theme-pack="solar"] header[data-header] {
|
|
357
|
+
border-bottom-color: light-dark(#ddd6c1, #0b4354);
|
|
358
|
+
}
|
|
359
|
+
html[data-theme-pack="solar"] footer[data-footer] {
|
|
360
|
+
border-top-color: light-dark(#ddd6c1, #0b4354);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
/* theme-pack flyout: the solarized accent spectrum as a 3px cap
|
|
364
|
+
strip — painted as a top-anchored background gradient (the fjord
|
|
365
|
+
technique) so the hairline border keeps its own color */
|
|
366
|
+
html[data-theme-pack="solar"] div[data-switcher-card] {
|
|
367
|
+
border-color: light-dark(#ddd6c1, #0e4250);
|
|
368
|
+
background-color: var(--zd-surface);
|
|
369
|
+
background-image: linear-gradient(90deg, #268bd2, #2aa198, #b58900, #cb4b16);
|
|
370
|
+
background-size: 100% 3px;
|
|
371
|
+
background-repeat: no-repeat;
|
|
372
|
+
background-position: top left;
|
|
373
|
+
box-shadow: 0 12px 32px -8px light-dark(rgba(88, 110, 117, 0.35), rgba(0, 0, 0, 0.55));
|
|
374
|
+
}
|
|
375
|
+
html[data-theme-pack="solar"]
|
|
376
|
+
div[data-switcher-card]
|
|
377
|
+
p[aria-live="polite"] {
|
|
378
|
+
color: light-dark(#073642, #eee8d5);
|
|
379
|
+
font-weight: 600;
|
|
380
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
Copyright 2021 The Shippori Mincho Project Authors (https://github.com/fontdasu/ShipporiMincho)
|
|
2
|
+
Copyright 2022 The Zen Kaku Gothic Project Authors (https://github.com/googlefonts/zen-kakugothic)
|
|
3
|
+
Copyright 2017 IBM Corp. with Reserved Font Name "Plex" (https://github.com/IBM/plex)
|
|
4
|
+
|
|
5
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
6
|
+
This license is copied below, and is also available with a FAQ at:
|
|
7
|
+
https://scripts.sil.org/OFL
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
-----------------------------------------------------------
|
|
11
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
|
12
|
+
-----------------------------------------------------------
|
|
13
|
+
|
|
14
|
+
PREAMBLE
|
|
15
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
16
|
+
development of collaborative font projects, to support the font creation
|
|
17
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
18
|
+
open framework in which fonts may be shared and improved in partnership
|
|
19
|
+
with others.
|
|
20
|
+
|
|
21
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
22
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
23
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
24
|
+
redistributed and/or sold with any software provided that any reserved
|
|
25
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
26
|
+
however, cannot be released under any other type of license. The
|
|
27
|
+
requirement for fonts to remain under this license does not apply
|
|
28
|
+
to any document created using the fonts or their derivatives.
|
|
29
|
+
|
|
30
|
+
DEFINITIONS
|
|
31
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
32
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
33
|
+
include source files, build scripts and documentation.
|
|
34
|
+
|
|
35
|
+
"Reserved Font Name" refers to any names specified as such after the
|
|
36
|
+
copyright statement(s).
|
|
37
|
+
|
|
38
|
+
"Original Version" refers to the collection of Font Software components as
|
|
39
|
+
distributed by the Copyright Holder(s).
|
|
40
|
+
|
|
41
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
42
|
+
or substituting -- in part or in whole -- any of the components of the
|
|
43
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
44
|
+
new environment.
|
|
45
|
+
|
|
46
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
47
|
+
writer or other person who contributed to the Font Software.
|
|
48
|
+
|
|
49
|
+
PERMISSION & CONDITIONS
|
|
50
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
51
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
52
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
53
|
+
Software, subject to the following conditions:
|
|
54
|
+
|
|
55
|
+
1) Neither the Font Software nor any of its individual components,
|
|
56
|
+
in Original or Modified Versions, may be sold by itself.
|
|
57
|
+
|
|
58
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
59
|
+
redistributed and/or sold with any software, provided that each copy
|
|
60
|
+
contains the above copyright notice and this license. These can be
|
|
61
|
+
included either as stand-alone text files, human-readable headers or
|
|
62
|
+
in the appropriate machine-readable metadata fields within text or
|
|
63
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
64
|
+
|
|
65
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
|
66
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
|
67
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
|
68
|
+
presented to the users.
|
|
69
|
+
|
|
70
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
71
|
+
Software shall not be used to promote, endorse or advertise any
|
|
72
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
73
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
74
|
+
permission.
|
|
75
|
+
|
|
76
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
77
|
+
must be distributed entirely under this license, and must not be
|
|
78
|
+
distributed under any other license. The requirement for fonts to
|
|
79
|
+
remain under this license does not apply to any document created
|
|
80
|
+
using the Font Software.
|
|
81
|
+
|
|
82
|
+
TERMINATION
|
|
83
|
+
This license becomes null and void if any of the above conditions are
|
|
84
|
+
not met.
|
|
85
|
+
|
|
86
|
+
DISCLAIMER
|
|
87
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
88
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
89
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
90
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
91
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
92
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
93
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
94
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
95
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"slug": "sumi",
|
|
4
|
+
"name": "Sumi",
|
|
5
|
+
"description": "Sumi-e ink on washi — bold mincho brush headings, deep black strokes, one vermillion hanko seal accent.",
|
|
6
|
+
"mode": "light",
|
|
7
|
+
"version": "1.0.1",
|
|
8
|
+
"fonts": {
|
|
9
|
+
"sans": "Zen Kaku Gothic New",
|
|
10
|
+
"mono": "IBM Plex Mono",
|
|
11
|
+
"display": "Shippori Mincho B1",
|
|
12
|
+
"loaded": ["Shippori Mincho B1", "Zen Kaku Gothic New", "IBM Plex Mono"]
|
|
13
|
+
},
|
|
14
|
+
"preview": {
|
|
15
|
+
"light": {
|
|
16
|
+
"bg": "#f7f4ec",
|
|
17
|
+
"fg": "#1b1a18",
|
|
18
|
+
"accent": "#b8232e",
|
|
19
|
+
"syntax": {
|
|
20
|
+
"keyword": "#b8232e",
|
|
21
|
+
"string": "#6a6156",
|
|
22
|
+
"comment": "#726b5e",
|
|
23
|
+
"callable": "#433d35"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"dark": {
|
|
27
|
+
"bg": "#161514",
|
|
28
|
+
"fg": "#ece7db",
|
|
29
|
+
"accent": "#ea6a72",
|
|
30
|
+
"syntax": {
|
|
31
|
+
"keyword": "#ee7a81",
|
|
32
|
+
"string": "#c8bfa6",
|
|
33
|
+
"comment": "#837d72",
|
|
34
|
+
"callable": "#f4efe4"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|