Home / File/ themes.ts — ui Source File

themes.ts — ui Source File

Architecture documentation for themes.ts, a typescript file in the ui codebase. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  3ccf1229_6d0d_c65d_bbea_81b81476bad1["themes.ts"]
  84488a99_a369_d798_8d8d_936b0575aea6["_legacy-base-colors"]
  3ccf1229_6d0d_c65d_bbea_81b81476bad1 --> 84488a99_a369_d798_8d8d_936b0575aea6
  style 3ccf1229_6d0d_c65d_bbea_81b81476bad1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { baseColors } from "@/registry/_legacy-base-colors"

export const THEMES = baseColors
  .filter((theme) => !["slate", "stone", "gray", "zinc"].includes(theme.name))
  .sort((a, b) => a.name.localeCompare(b.name))

Subdomains

Functions

Dependencies

  • _legacy-base-colors

Frequently Asked Questions

What does themes.ts do?
themes.ts is a source file in the ui codebase, written in typescript. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in themes.ts?
themes.ts defines 1 function(s): THEMES.
What does themes.ts depend on?
themes.ts imports 1 module(s): _legacy-base-colors.
Where is themes.ts in the architecture?
themes.ts is located at apps/v4/lib/themes.ts (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/lib).

Analyze Your Own Codebase

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

Try Supermodel Free