Home / Type/ ShikiTheme Type — astro Architecture

ShikiTheme Type — astro Architecture

Architecture documentation for the ShikiTheme type/interface in base.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  26b75b83_fd34_4a80_ba12_fc5aa41a219f["ShikiTheme"]
  0bd393e4_9ea8_cd09_8d4b_ad28b661b4e4["base.ts"]
  26b75b83_fd34_4a80_ba12_fc5aa41a219f -->|defined in| 0bd393e4_9ea8_cd09_8d4b_ad28b661b4e4
  style 26b75b83_fd34_4a80_ba12_fc5aa41a219f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/config/schemas/base.ts lines 45–45

type ShikiTheme = ComplexifyWithUnion<NonNullable<ShikiConfig['theme']>>;

Frequently Asked Questions

What is the ShikiTheme type?
ShikiTheme is a type/interface in the astro codebase, defined in packages/astro/src/core/config/schemas/base.ts.
Where is ShikiTheme defined?
ShikiTheme is defined in packages/astro/src/core/config/schemas/base.ts at line 45.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free