@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,502 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Nocturne — zudo-doc theme pack (ADR docs/adr/theme-packs.md)
|
|
3
|
+
|
|
4
|
+
Purple midnight: velvet aubergine depths, lavender links, and
|
|
5
|
+
muted gold hairlines — elegant, never neon. Cormorant Garamond
|
|
6
|
+
serif display layer (h1/h2, italic lead, blockquote, pager
|
|
7
|
+
titles) over a Manrope reading face and IBM Plex Mono code.
|
|
8
|
+
Gold hairline rules everywhere: fading h1/h2 rules, sidebar/TOC
|
|
9
|
+
active markers, table header, header/footer bands. Velvet-depth
|
|
10
|
+
surfaces via fixed moonlit radial glows plus gradient-lit code
|
|
11
|
+
blocks, pager cards, and a jewel-box flyout. Light mode is the
|
|
12
|
+
same room at first light: lilac paper, aubergine ink,
|
|
13
|
+
antique-brass rules.
|
|
14
|
+
|
|
15
|
+
RADIUS DECISION: near-square. Elegance comes from gold hairlines,
|
|
16
|
+
not rounded corners — cards/admonitions at 0, chrome at 2px.
|
|
17
|
+
|
|
18
|
+
Every rule below is scoped under html[data-theme-pack="nocturne"]
|
|
19
|
+
— this is what makes the runtime pack swap atomic (Decision 3)
|
|
20
|
+
and lets the validator prove a pack can never leak styles while
|
|
21
|
+
inactive (Decision 6.7). The @font-face blocks are the sole
|
|
22
|
+
exception (at-rules can't be selector-scoped).
|
|
23
|
+
|
|
24
|
+
Prototype-selector adaptations against the REAL DOM (tokens-dump
|
|
25
|
+
§6 + component sources), noted inline where they matter:
|
|
26
|
+
- `.sb-group a` → `#desktop-sidebar a` (hover) +
|
|
27
|
+
`a[data-nav-active]` (gilded active marker;
|
|
28
|
+
the gold spine is an inset box-shadow so the
|
|
29
|
+
nested tree's own padding never shifts)
|
|
30
|
+
- `.lead` → `p[data-doc-description]` (#2873 stable
|
|
31
|
+
hook on the description paragraph
|
|
32
|
+
DocContentHeader renders; only present when
|
|
33
|
+
the page has a frontmatter description — no
|
|
34
|
+
longer falls back onto the first body
|
|
35
|
+
paragraph)
|
|
36
|
+
- `.toc-active` → `nav[data-zd-toc] a[aria-current="true"]`
|
|
37
|
+
(toc/toc.tsx marks the active entry with
|
|
38
|
+
aria-current, not a mock class)
|
|
39
|
+
- `.doc-pager` → `.zd-content > nav[data-doc-pager] > a`
|
|
40
|
+
(#2873 stable hook on the DocPager nav)
|
|
41
|
+
- `footer[data-footer]` → `footer[data-footer]` (#2873 stable hook;
|
|
42
|
+
the wrapper-descendant form is no longer
|
|
43
|
+
needed)
|
|
44
|
+
- `.crumb-sep` → the breadcrumb separators are inline SVG
|
|
45
|
+
chevrons inside the nav's <li>s; gilded via
|
|
46
|
+
`nav[aria-label="Breadcrumb"] li > svg`
|
|
47
|
+
- `.tp-flyout` → `div[data-switcher-card]` (#2873 stable
|
|
48
|
+
hook); its title is `p[aria-live="polite"]`.
|
|
49
|
+
The launcher now has a stable hook too
|
|
50
|
+
(`[data-switcher-launcher]`) but remains
|
|
51
|
+
intentionally NOT ported — unchanged design
|
|
52
|
+
decision.
|
|
53
|
+
- `.hdr-search` / `.hdr-icon-btn` / `.sb-group > p` / `.toc-title`
|
|
54
|
+
— prototype-mock markup with no stable
|
|
55
|
+
hook; NOT ported.
|
|
56
|
+
- the prototype's `--nx-gold` / `--nx-hairline(-soft)` helper
|
|
57
|
+
properties are not part of the token manifest; their values are
|
|
58
|
+
inlined at each use site (gold at full strength, 45% alpha for
|
|
59
|
+
hairlines, 26% for soft hairlines).
|
|
60
|
+
- the prototype's `--font-sans` second entry (a commercial
|
|
61
|
+
geometric-humanist face on the Decision 5 denylist) was
|
|
62
|
+
dropped; Manrope is the loaded face, system-ui covers the rest.
|
|
63
|
+
============================================================ */
|
|
64
|
+
|
|
65
|
+
/* ---- Cormorant Garamond — the display serif: h1/h2, logo, lead,
|
|
66
|
+
blockquote, pager titles, flyout title. Variable 300–700,
|
|
67
|
+
both styles — the lead and blockquote want a TRUE italic.
|
|
68
|
+
Latin subsets only (all three families): a stray latin-ext
|
|
69
|
+
or CJK glyph falls through to the stack's system face. ---- */
|
|
70
|
+
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: "Cormorant Garamond";
|
|
73
|
+
font-style: normal;
|
|
74
|
+
font-weight: 300 700;
|
|
75
|
+
font-display: swap;
|
|
76
|
+
src: url("./fonts/CormorantGaramond-latin.woff2") format("woff2");
|
|
77
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
78
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
79
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: "Cormorant Garamond";
|
|
84
|
+
font-style: italic;
|
|
85
|
+
font-weight: 300 700;
|
|
86
|
+
font-display: swap;
|
|
87
|
+
src: url("./fonts/CormorantGaramond-italic-latin.woff2") format("woff2");
|
|
88
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
89
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
90
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* ---- Manrope — the reading face. Variable 200–800 (bold prose
|
|
94
|
+
emphasis and the 600 nav weights ride the same file). ---- */
|
|
95
|
+
|
|
96
|
+
@font-face {
|
|
97
|
+
font-family: "Manrope";
|
|
98
|
+
font-style: normal;
|
|
99
|
+
font-weight: 200 800;
|
|
100
|
+
font-display: swap;
|
|
101
|
+
src: url("./fonts/Manrope-latin.woff2") format("woff2");
|
|
102
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
103
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
104
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* ---- IBM Plex Mono — code. Static 400/500 + a true 400 italic
|
|
108
|
+
for comments (no variable file exists). ---- */
|
|
109
|
+
|
|
110
|
+
@font-face {
|
|
111
|
+
font-family: "IBM Plex Mono";
|
|
112
|
+
font-style: normal;
|
|
113
|
+
font-weight: 400;
|
|
114
|
+
font-display: swap;
|
|
115
|
+
src: url("./fonts/IBMPlexMono-400-latin.woff2") format("woff2");
|
|
116
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
117
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
118
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: "IBM Plex Mono";
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-weight: 500;
|
|
125
|
+
font-display: swap;
|
|
126
|
+
src: url("./fonts/IBMPlexMono-500-latin.woff2") format("woff2");
|
|
127
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
128
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
129
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@font-face {
|
|
133
|
+
font-family: "IBM Plex Mono";
|
|
134
|
+
font-style: italic;
|
|
135
|
+
font-weight: 400;
|
|
136
|
+
font-display: swap;
|
|
137
|
+
src: url("./fonts/IBMPlexMono-italic-latin.woff2") format("woff2");
|
|
138
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
139
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
|
|
140
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
html[data-theme-pack="nocturne"] {
|
|
144
|
+
/* Tier-2 semantic roles — lilac paper at first light / velvet
|
|
145
|
+
aubergine after dark. Both modes always via light-dark(). */
|
|
146
|
+
--zd-bg: light-dark(oklch(0.958 0.012 300), oklch(0.155 0.03 310));
|
|
147
|
+
--zd-fg: light-dark(oklch(0.245 0.05 312), oklch(0.922 0.018 300));
|
|
148
|
+
--zd-selection-bg: light-dark(oklch(0.872 0.085 90), oklch(0.78 0.108 88));
|
|
149
|
+
--zd-selection-fg: light-dark(oklch(0.23 0.045 310), oklch(0.17 0.035 310));
|
|
150
|
+
--zd-surface: light-dark(oklch(0.932 0.018 300), oklch(0.19 0.038 309));
|
|
151
|
+
--zd-muted: light-dark(oklch(0.462 0.048 305), oklch(0.705 0.042 300));
|
|
152
|
+
--zd-accent: light-dark(oklch(0.455 0.15 295), oklch(0.765 0.105 292));
|
|
153
|
+
--zd-accent-hover: light-dark(oklch(0.375 0.165 295), oklch(0.838 0.082 290));
|
|
154
|
+
--zd-code-bg: light-dark(oklch(0.912 0.02 302), oklch(0.128 0.028 312));
|
|
155
|
+
--zd-code-fg: light-dark(oklch(0.25 0.05 310), oklch(0.908 0.02 300));
|
|
156
|
+
--zd-success: light-dark(oklch(0.455 0.105 150), oklch(0.722 0.1 150));
|
|
157
|
+
--zd-danger: light-dark(oklch(0.495 0.145 15), oklch(0.705 0.12 15));
|
|
158
|
+
--zd-warning: light-dark(oklch(0.498 0.108 85), oklch(0.78 0.108 86));
|
|
159
|
+
--zd-info: light-dark(oklch(0.455 0.12 270), oklch(0.742 0.092 268));
|
|
160
|
+
|
|
161
|
+
/* syntax — moonlit velvet, all 9 roles in both modes: lavender
|
|
162
|
+
keywords, gold strings, amber numbers, periwinkle callables,
|
|
163
|
+
dusty-rose types. The light comment/string/number inks run a
|
|
164
|
+
step darker than the prototype (comment L .52 → .50, string
|
|
165
|
+
.52 → .50, number .54 → .505) to clear WCAG AA (≥4.5:1) on the
|
|
166
|
+
lilac code panel. inserted/deleted reuse the success/danger
|
|
167
|
+
hues. */
|
|
168
|
+
--zd-syntax-comment: light-dark(oklch(0.5 0.042 305), oklch(0.645 0.045 302));
|
|
169
|
+
--zd-syntax-string: light-dark(oklch(0.5 0.105 85), oklch(0.8 0.108 88));
|
|
170
|
+
--zd-syntax-number: light-dark(oklch(0.505 0.115 55), oklch(0.782 0.112 62));
|
|
171
|
+
--zd-syntax-keyword: light-dark(oklch(0.46 0.16 295), oklch(0.772 0.128 293));
|
|
172
|
+
--zd-syntax-callable: light-dark(oklch(0.455 0.125 265), oklch(0.77 0.095 262));
|
|
173
|
+
--zd-syntax-type: light-dark(oklch(0.5 0.125 340), oklch(0.795 0.085 338));
|
|
174
|
+
--zd-syntax-name: light-dark(oklch(0.25 0.05 310), oklch(0.91 0.02 300));
|
|
175
|
+
--zd-syntax-inserted: light-dark(oklch(0.455 0.105 150), oklch(0.722 0.1 150));
|
|
176
|
+
--zd-syntax-deleted: light-dark(oklch(0.495 0.145 15), oklch(0.705 0.12 15));
|
|
177
|
+
|
|
178
|
+
/* fonts — Manrope reading face, IBM Plex Mono code, Cormorant
|
|
179
|
+
Garamond display serif for headings/serif chrome. */
|
|
180
|
+
--font-sans: "Manrope", system-ui, sans-serif;
|
|
181
|
+
--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
182
|
+
--font-display: "Cormorant Garamond", Georgia, serif;
|
|
183
|
+
|
|
184
|
+
/* Tier-3 component seams — serif display headings, square velvet
|
|
185
|
+
trays, gilded active nav (the fill token goes transparent; the
|
|
186
|
+
gradient + gold spine are painted in the extras below). */
|
|
187
|
+
--zdc-doc-title-font: var(--font-display);
|
|
188
|
+
--zdc-doc-title-weight: 600;
|
|
189
|
+
--zdc-doc-title-tracking: 0.005em;
|
|
190
|
+
--zdc-doc-h2-font: var(--font-display);
|
|
191
|
+
--zdc-doc-h2-weight: 600;
|
|
192
|
+
--zdc-doc-h2-tracking: 0.01em;
|
|
193
|
+
--zdc-admonition-radius: 0;
|
|
194
|
+
--zdc-admonition-border-width: 2px;
|
|
195
|
+
--zdc-card-radius: 0;
|
|
196
|
+
--zdc-nav-active-indicator-color: transparent;
|
|
197
|
+
--zdc-nav-active-weight: 600;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/* ---- Nocturne extras ---- */
|
|
201
|
+
|
|
202
|
+
/* velvet-depth page: a moonlit glow from above, warm dusk in the
|
|
203
|
+
corner — fixed, so the depth holds while scrolling */
|
|
204
|
+
html[data-theme-pack="nocturne"] body {
|
|
205
|
+
background-image:
|
|
206
|
+
radial-gradient(
|
|
207
|
+
1200px 640px at 50% -12%,
|
|
208
|
+
light-dark(oklch(0.925 0.03 296 / 0.6), oklch(0.235 0.062 302 / 0.55)),
|
|
209
|
+
transparent 70%
|
|
210
|
+
),
|
|
211
|
+
radial-gradient(
|
|
212
|
+
950px 720px at 102% 102%,
|
|
213
|
+
light-dark(oklch(0.93 0.028 85 / 0.35), oklch(0.195 0.045 330 / 0.5)),
|
|
214
|
+
transparent 65%
|
|
215
|
+
);
|
|
216
|
+
background-attachment: fixed;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/* header: velvet band under a gold hairline */
|
|
220
|
+
html[data-theme-pack="nocturne"] header[data-header] {
|
|
221
|
+
border-bottom-color: light-dark(oklch(0.53 0.105 85 / 0.45), oklch(0.78 0.105 87 / 0.45));
|
|
222
|
+
background-image: linear-gradient(
|
|
223
|
+
to bottom,
|
|
224
|
+
color-mix(in oklch, var(--zd-accent) 7%, var(--zd-surface)),
|
|
225
|
+
var(--zd-surface)
|
|
226
|
+
);
|
|
227
|
+
}
|
|
228
|
+
html[data-theme-pack="nocturne"] [data-header-logo] {
|
|
229
|
+
font-family: var(--font-display);
|
|
230
|
+
font-weight: 600;
|
|
231
|
+
font-size: 1.45rem;
|
|
232
|
+
letter-spacing: 0.02em;
|
|
233
|
+
}
|
|
234
|
+
/* Exclude the current page: it carries the base `bg-fg text-bg` inverted
|
|
235
|
+
fill, so recoloring its text to the accent on hover would sit accent-on-fg
|
|
236
|
+
(~2.12:1 light / ~1.71:1 dark). Non-current items keep the accent hover. */
|
|
237
|
+
html[data-theme-pack="nocturne"] [data-nav-item]:not([aria-current="page"]):hover {
|
|
238
|
+
color: var(--zd-accent);
|
|
239
|
+
text-decoration-color: light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87));
|
|
240
|
+
text-underline-offset: 5px;
|
|
241
|
+
text-decoration-thickness: 1px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/* sidebar: velvet panel behind a soft gold hairline */
|
|
245
|
+
html[data-theme-pack="nocturne"] #desktop-sidebar {
|
|
246
|
+
background-image: linear-gradient(
|
|
247
|
+
to bottom,
|
|
248
|
+
color-mix(in oklch, var(--zd-surface) 65%, var(--zd-bg)),
|
|
249
|
+
var(--zd-bg) 45%
|
|
250
|
+
);
|
|
251
|
+
border-right-color: light-dark(oklch(0.53 0.105 85 / 0.26), oklch(0.78 0.105 87 / 0.26));
|
|
252
|
+
}
|
|
253
|
+
html[data-theme-pack="nocturne"] #desktop-sidebar a {
|
|
254
|
+
border-radius: 0;
|
|
255
|
+
}
|
|
256
|
+
html[data-theme-pack="nocturne"] #desktop-sidebar a:hover {
|
|
257
|
+
color: var(--zd-accent);
|
|
258
|
+
text-decoration: none;
|
|
259
|
+
background: color-mix(in oklch, var(--zd-accent) 8%, transparent);
|
|
260
|
+
}
|
|
261
|
+
/* active item: a lavender wash fading rightward under a gold spine.
|
|
262
|
+
The spine is an inset box-shadow (not a border) so the tree's own
|
|
263
|
+
indentation never shifts; the fill token above is transparent so
|
|
264
|
+
the gradient is the only paint. */
|
|
265
|
+
html[data-theme-pack="nocturne"] a[data-nav-active] {
|
|
266
|
+
background-image: linear-gradient(
|
|
267
|
+
to right,
|
|
268
|
+
color-mix(in oklch, var(--zd-accent) 16%, transparent),
|
|
269
|
+
transparent 85%
|
|
270
|
+
);
|
|
271
|
+
color: var(--zd-fg);
|
|
272
|
+
border-radius: 0;
|
|
273
|
+
box-shadow: inset 2px 0 0 0 light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87));
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/* breadcrumb: quiet, gilded separators (inline SVG chevrons) */
|
|
277
|
+
html[data-theme-pack="nocturne"] main nav[aria-label="Breadcrumb"] li > svg {
|
|
278
|
+
color: light-dark(oklch(0.53 0.105 85 / 0.8), oklch(0.78 0.105 87 / 0.8));
|
|
279
|
+
}
|
|
280
|
+
html[data-theme-pack="nocturne"] main nav[aria-label="Breadcrumb"] a:hover {
|
|
281
|
+
color: var(--zd-accent);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/* h1: display serif over a gold hairline fading rightward */
|
|
285
|
+
html[data-theme-pack="nocturne"] .zd-content h1 {
|
|
286
|
+
font-size: 2.9rem;
|
|
287
|
+
line-height: 1.12;
|
|
288
|
+
}
|
|
289
|
+
html[data-theme-pack="nocturne"] .zd-content h1::after {
|
|
290
|
+
content: "";
|
|
291
|
+
display: block;
|
|
292
|
+
height: 1px;
|
|
293
|
+
margin-top: 0.6rem;
|
|
294
|
+
background: linear-gradient(
|
|
295
|
+
to right,
|
|
296
|
+
light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87)),
|
|
297
|
+
light-dark(oklch(0.53 0.105 85 / 0.35), oklch(0.78 0.105 87 / 0.35)) 55%,
|
|
298
|
+
transparent
|
|
299
|
+
);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/* the lead: an italic serif whisper under the title. Targets the
|
|
303
|
+
`data-doc-description` hook (#2873). */
|
|
304
|
+
html[data-theme-pack="nocturne"] .zd-content > p[data-doc-description] {
|
|
305
|
+
font-family: var(--font-display);
|
|
306
|
+
font-style: italic;
|
|
307
|
+
font-size: 1.4rem;
|
|
308
|
+
line-height: 1.45;
|
|
309
|
+
color: color-mix(in oklch, var(--zd-fg) 62%, var(--zd-muted));
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/* h2: gold fading rule. The SSR-inlined
|
|
313
|
+
`style="border-image:linear-gradient(...)"` bar is defeated with
|
|
314
|
+
border-image none !important (Decision 6.6's sole allowlisted
|
|
315
|
+
carve-out) + a zeroed border-top; the fading gold hairline is then
|
|
316
|
+
painted as a 1px top-anchored background gradient instead. */
|
|
317
|
+
html[data-theme-pack="nocturne"] .zd-content h2 {
|
|
318
|
+
border-image: none !important;
|
|
319
|
+
border-top-width: 0;
|
|
320
|
+
font-size: 1.9rem;
|
|
321
|
+
background-image: linear-gradient(
|
|
322
|
+
to right,
|
|
323
|
+
light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87)),
|
|
324
|
+
light-dark(oklch(0.53 0.105 85 / 0.3), oklch(0.78 0.105 87 / 0.3)) 60%,
|
|
325
|
+
transparent
|
|
326
|
+
);
|
|
327
|
+
background-size: 100% 1px;
|
|
328
|
+
background-repeat: no-repeat;
|
|
329
|
+
background-position: top left;
|
|
330
|
+
}
|
|
331
|
+
html[data-theme-pack="nocturne"] .zd-content h3 {
|
|
332
|
+
letter-spacing: 0.01em;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/* prose links: lavender ink, gilded on hover */
|
|
336
|
+
html[data-theme-pack="nocturne"] .zd-content a {
|
|
337
|
+
text-decoration-thickness: 1px;
|
|
338
|
+
text-underline-offset: 3px;
|
|
339
|
+
text-decoration-color: color-mix(in oklch, var(--zd-accent) 55%, transparent);
|
|
340
|
+
}
|
|
341
|
+
html[data-theme-pack="nocturne"] .zd-content a:hover {
|
|
342
|
+
text-decoration-color: light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87));
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* blockquote: a serif whisper behind a gold hairline */
|
|
346
|
+
html[data-theme-pack="nocturne"] .zd-content blockquote {
|
|
347
|
+
font-family: var(--font-display);
|
|
348
|
+
font-style: italic;
|
|
349
|
+
font-size: 1.25rem;
|
|
350
|
+
line-height: 1.5;
|
|
351
|
+
border-left: 1px solid light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87));
|
|
352
|
+
padding-left: 1.25rem;
|
|
353
|
+
color: color-mix(in oklch, var(--zd-fg) 75%, var(--zd-muted));
|
|
354
|
+
}
|
|
355
|
+
html[data-theme-pack="nocturne"] .zd-content hr {
|
|
356
|
+
border-top: 1px solid light-dark(oklch(0.53 0.105 85 / 0.26), oklch(0.78 0.105 87 / 0.26));
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/* code block: the deepest velvet, lit from its gold top edge */
|
|
360
|
+
html[data-theme-pack="nocturne"] pre.hi-root {
|
|
361
|
+
border-radius: 2px;
|
|
362
|
+
border-color: light-dark(oklch(0.53 0.105 85 / 0.26), oklch(0.78 0.105 87 / 0.26));
|
|
363
|
+
border-top-color: light-dark(oklch(0.53 0.105 85 / 0.45), oklch(0.78 0.105 87 / 0.45));
|
|
364
|
+
background-image: linear-gradient(
|
|
365
|
+
to bottom,
|
|
366
|
+
light-dark(oklch(0.94 0.016 300), oklch(0.168 0.036 310)),
|
|
367
|
+
var(--zd-code-bg) 4.5rem
|
|
368
|
+
);
|
|
369
|
+
box-shadow:
|
|
370
|
+
inset 0 1px 0 light-dark(oklch(1 0 0 / 0.55), oklch(1 0 0 / 0.045)),
|
|
371
|
+
0 14px 30px -20px light-dark(oklch(0.35 0.06 300 / 0.45), oklch(0 0 0 / 0.7));
|
|
372
|
+
}
|
|
373
|
+
html[data-theme-pack="nocturne"] .hi-com {
|
|
374
|
+
font-style: italic;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
/* inline code: near-square chips */
|
|
378
|
+
html[data-theme-pack="nocturne"] .zd-content code:not(pre code) {
|
|
379
|
+
border-radius: 2px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
/* admonitions: square velvet trays, engraved glyph titles.
|
|
383
|
+
note/tip/warning swap to the prototype's star/diamond glyphs;
|
|
384
|
+
the other four variants keep the stock icons. */
|
|
385
|
+
html[data-theme-pack="nocturne"] [data-admonition] .admonition-title {
|
|
386
|
+
text-transform: uppercase;
|
|
387
|
+
letter-spacing: 0.12em;
|
|
388
|
+
font-size: 0.78rem;
|
|
389
|
+
}
|
|
390
|
+
html[data-theme-pack="nocturne"] [data-admonition="note"] .admonition-title::before {
|
|
391
|
+
content: "✦ ";
|
|
392
|
+
}
|
|
393
|
+
html[data-theme-pack="nocturne"] [data-admonition="tip"] .admonition-title::before {
|
|
394
|
+
content: "✧ ";
|
|
395
|
+
}
|
|
396
|
+
html[data-theme-pack="nocturne"] [data-admonition="warning"] .admonition-title::before {
|
|
397
|
+
content: "◆ ";
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
/* table: gold rule under the header row, feather-light body rules */
|
|
401
|
+
html[data-theme-pack="nocturne"] .zd-content th {
|
|
402
|
+
border-bottom: 1px solid light-dark(oklch(0.53 0.105 85 / 0.45), oklch(0.78 0.105 87 / 0.45));
|
|
403
|
+
text-transform: uppercase;
|
|
404
|
+
font-size: 0.78rem;
|
|
405
|
+
letter-spacing: 0.1em;
|
|
406
|
+
color: var(--zd-muted);
|
|
407
|
+
font-weight: 600;
|
|
408
|
+
}
|
|
409
|
+
html[data-theme-pack="nocturne"] .zd-content td {
|
|
410
|
+
border-bottom-color: color-mix(in oklch, var(--zd-muted) 22%, transparent);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
/* pager: velvet cards, serif destinations, gilt on hover. Targets the
|
|
414
|
+
DocPager's `data-doc-pager` hook (#2873) directly. */
|
|
415
|
+
html[data-theme-pack="nocturne"] .zd-content > nav[data-doc-pager] > a {
|
|
416
|
+
border-radius: 0;
|
|
417
|
+
background-image: linear-gradient(
|
|
418
|
+
150deg,
|
|
419
|
+
color-mix(in oklch, var(--zd-surface) 85%, var(--zd-accent)),
|
|
420
|
+
var(--zd-bg) 70%
|
|
421
|
+
);
|
|
422
|
+
border-color: color-mix(in oklch, var(--zd-muted) 32%, transparent);
|
|
423
|
+
transition:
|
|
424
|
+
box-shadow 0.18s ease,
|
|
425
|
+
border-color 0.18s ease;
|
|
426
|
+
}
|
|
427
|
+
html[data-theme-pack="nocturne"] .zd-content > nav[data-doc-pager] > a:hover {
|
|
428
|
+
border-color: light-dark(oklch(0.53 0.105 85 / 0.45), oklch(0.78 0.105 87 / 0.45));
|
|
429
|
+
box-shadow: 0 12px 28px -18px light-dark(oklch(0.35 0.06 300 / 0.5), oklch(0 0 0 / 0.7));
|
|
430
|
+
}
|
|
431
|
+
html[data-theme-pack="nocturne"] .zd-content > nav[data-doc-pager] > a div {
|
|
432
|
+
text-transform: uppercase;
|
|
433
|
+
letter-spacing: 0.12em;
|
|
434
|
+
font-size: 0.66rem;
|
|
435
|
+
/* darker than the decorative gold hairline: this 0.66rem caption is small
|
|
436
|
+
text over the surface-heavy (lightest) end of the pager gradient, so it
|
|
437
|
+
needs 4.5:1 there (gold L .53 → .46). */
|
|
438
|
+
color: light-dark(oklch(0.46 0.105 85), oklch(0.78 0.105 87));
|
|
439
|
+
}
|
|
440
|
+
html[data-theme-pack="nocturne"] .zd-content > nav[data-doc-pager] > a p {
|
|
441
|
+
font-family: var(--font-display);
|
|
442
|
+
font-weight: 600;
|
|
443
|
+
font-size: 1.2rem;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
/* TOC: hairline spine, gilded active marker. The real DOM marks the
|
|
447
|
+
active entry with aria-current="true" (toc/toc.tsx). The ul's
|
|
448
|
+
overflow clips at its padding edge (foundry note), so the entry
|
|
449
|
+
pulls back exactly to the padding edge and the 2px gold spine
|
|
450
|
+
sits snug against the rail. */
|
|
451
|
+
html[data-theme-pack="nocturne"] nav[data-zd-toc] ul {
|
|
452
|
+
border-left-color: light-dark(oklch(0.53 0.105 85 / 0.26), oklch(0.78 0.105 87 / 0.26));
|
|
453
|
+
}
|
|
454
|
+
html[data-theme-pack="nocturne"] nav[data-zd-toc] a:hover {
|
|
455
|
+
color: var(--zd-accent);
|
|
456
|
+
}
|
|
457
|
+
html[data-theme-pack="nocturne"] nav[data-zd-toc] a[aria-current="true"] {
|
|
458
|
+
background: none;
|
|
459
|
+
color: var(--zd-accent);
|
|
460
|
+
font-weight: 600;
|
|
461
|
+
margin-left: calc(-1 * var(--spacing-hsp-lg, 1rem));
|
|
462
|
+
padding-left: calc(var(--spacing-hsp-lg, 1rem) - 2px);
|
|
463
|
+
border-left: 2px solid light-dark(oklch(0.53 0.105 85), oklch(0.78 0.105 87));
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
/* footer: dusk band above a soft gold hairline. Targets the
|
|
467
|
+
`data-footer` hook (#2873) directly. */
|
|
468
|
+
html[data-theme-pack="nocturne"] footer[data-footer] {
|
|
469
|
+
border-top-color: light-dark(oklch(0.53 0.105 85 / 0.26), oklch(0.78 0.105 87 / 0.26));
|
|
470
|
+
background-image: linear-gradient(
|
|
471
|
+
to bottom,
|
|
472
|
+
var(--zd-bg),
|
|
473
|
+
color-mix(in oklch, var(--zd-accent) 6%, var(--zd-surface))
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/* theme-pack flyout: a jewel box — velvet glow, gold hairline frame,
|
|
478
|
+
serif title. Targets the `data-switcher-card` hook (#2873); the
|
|
479
|
+
launcher button now has a stable hook too but remains intentionally
|
|
480
|
+
NOT ported. */
|
|
481
|
+
html[data-theme-pack="nocturne"] div[data-switcher-card] {
|
|
482
|
+
border: 1px solid light-dark(oklch(0.53 0.105 85 / 0.45), oklch(0.78 0.105 87 / 0.45));
|
|
483
|
+
border-radius: 2px;
|
|
484
|
+
background:
|
|
485
|
+
radial-gradient(
|
|
486
|
+
130% 95% at 18% 0%,
|
|
487
|
+
color-mix(in oklch, var(--zd-accent) 13%, transparent),
|
|
488
|
+
transparent 62%
|
|
489
|
+
),
|
|
490
|
+
var(--zd-surface);
|
|
491
|
+
box-shadow:
|
|
492
|
+
inset 0 1px 0 light-dark(oklch(0.53 0.105 85 / 0.28), oklch(0.78 0.105 87 / 0.28)),
|
|
493
|
+
0 22px 48px -16px light-dark(oklch(0.3 0.06 300 / 0.4), oklch(0 0 0 / 0.7));
|
|
494
|
+
}
|
|
495
|
+
html[data-theme-pack="nocturne"]
|
|
496
|
+
div[data-switcher-card]
|
|
497
|
+
p[aria-live="polite"] {
|
|
498
|
+
font-family: var(--font-display);
|
|
499
|
+
font-weight: 600;
|
|
500
|
+
font-size: 1.5rem;
|
|
501
|
+
letter-spacing: 0.01em;
|
|
502
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master)
|
|
2
|
+
Copyright 2020 The Jost Project Authors (https://github.com/indestructible-type/Jost)
|
|
3
|
+
Copyright 2016 The Space Mono Project Authors (https://github.com/googlefonts/spacemono)
|
|
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
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"slug": "observatory",
|
|
4
|
+
"name": "Observatory",
|
|
5
|
+
"description": "Night-sky atlas: star-field depth, constellation-line rules, nebula violet and comet gold over astronomer's navy.",
|
|
6
|
+
"mode": "dark",
|
|
7
|
+
"version": "1.0.1",
|
|
8
|
+
"fonts": {
|
|
9
|
+
"sans": "Jost",
|
|
10
|
+
"mono": "Space Mono",
|
|
11
|
+
"display": "Josefin Sans",
|
|
12
|
+
"loaded": ["Josefin Sans", "Jost", "Space Mono"]
|
|
13
|
+
},
|
|
14
|
+
"preview": {
|
|
15
|
+
"light": {
|
|
16
|
+
"bg": "oklch(0.965 0.012 255)",
|
|
17
|
+
"fg": "oklch(0.235 0.045 268)",
|
|
18
|
+
"accent": "oklch(0.47 0.1 75)",
|
|
19
|
+
"syntax": {
|
|
20
|
+
"keyword": "oklch(0.46 0.14 300)",
|
|
21
|
+
"string": "oklch(0.45 0.1 162)",
|
|
22
|
+
"comment": "oklch(0.5 0.03 265)",
|
|
23
|
+
"callable": "oklch(0.46 0.11 250)"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"dark": {
|
|
27
|
+
"bg": "oklch(0.155 0.028 268)",
|
|
28
|
+
"fg": "oklch(0.93 0.015 255)",
|
|
29
|
+
"accent": "oklch(0.82 0.13 86)",
|
|
30
|
+
"syntax": {
|
|
31
|
+
"keyword": "oklch(0.76 0.118 300)",
|
|
32
|
+
"string": "oklch(0.8 0.112 162)",
|
|
33
|
+
"comment": "oklch(0.61 0.038 265)",
|
|
34
|
+
"callable": "oklch(0.78 0.095 240)"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|