_legacy-colors.ts — ui Source File
Architecture documentation for _legacy-colors.ts, a typescript file in the ui codebase.
Entity Profile
Source Code
export const colors = {
inherit: "inherit",
current: "currentColor",
transparent: "transparent",
black: {
hex: "#000000",
rgb: "rgb(0,0,0)",
hsl: "hsl(0,0%,0%)",
oklch: "oklch(0.00,0.00,0)",
},
white: {
hex: "#ffffff",
rgb: "rgb(255,255,255)",
hsl: "hsl(0,0%,100%)",
oklch: "oklch(1.00,0.00,0)",
},
neutral: [
{
scale: 50,
hex: "#fafafa",
rgb: "rgb(250,250,250)",
hsl: "hsl(0,0%,98%)",
oklch: "oklch(0.99,0.00,0)",
},
{
scale: 100,
hex: "#f5f5f5",
rgb: "rgb(245,245,245)",
hsl: "hsl(0,0%,96.1%)",
oklch: "oklch(0.97,0.00,0)",
},
{
scale: 200,
hex: "#e5e5e5",
rgb: "rgb(229,229,229)",
hsl: "hsl(0,0%,89.8%)",
oklch: "oklch(0.92,0.00,0)",
},
{
scale: 300,
hex: "#d4d4d4",
rgb: "rgb(212,212,212)",
hsl: "hsl(0,0%,83.1%)",
oklch: "oklch(0.87,0.00,0)",
},
{
scale: 400,
hex: "#a3a3a3",
rgb: "rgb(163,163,163)",
hsl: "hsl(0,0%,63.9%)",
oklch: "oklch(0.72,0.00,0)",
},
{
scale: 500,
hex: "#737373",
rgb: "rgb(115,115,115)",
hsl: "hsl(0,0%,45.1%)",
oklch: "oklch(0.56,0.00,0)",
},
{
// ... (1751 more lines)
Source
Frequently Asked Questions
What does _legacy-colors.ts do?
_legacy-colors.ts is a source file in the ui codebase, written in typescript.
Where is _legacy-colors.ts in the architecture?
_legacy-colors.ts is located at apps/v4/registry/_legacy-colors.ts (directory: apps/v4/registry).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free