UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

37 lines (32 loc) 1.19 kB
@import './lib/default-colors.css'; :root, .dark { --color-fd-background: var(--background); --color-fd-foreground: var(--foreground); --color-fd-muted: var(--muted); --color-fd-muted-foreground: var(--muted-foreground); --color-fd-popover: var(--popover); --color-fd-popover-foreground: var(--popover-foreground); --color-fd-card: var(--card); --color-fd-card-foreground: var(--card-foreground); --color-fd-border: var(--border); --color-fd-primary: var(--primary); --color-fd-primary-foreground: var(--primary-foreground); --color-fd-secondary: var(--secondary); --color-fd-secondary-foreground: var(--secondary-foreground); --color-fd-accent: var(--accent); --color-fd-accent-foreground: var(--accent-foreground); --color-fd-ring: var(--ring); } #nd-sidebar { background-color: var(--sidebar); color: var(--sidebar-foreground); border-color: var(--sidebar-border); --color-fd-accent: var(--sidebar-accent); --color-fd-accent-foreground: var(--sidebar-accent-foreground); --color-fd-ring: var(--sidebar-ring); --color-fd-primary-foreground: var(--sidebar-primary-foreground); } @theme static { --color-fd-error: var(--destructive); }