Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/plugins/unocss/preset-shadcn/themes.ts>themeCSSVarKeys

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable themeCSSVarKeys
import { themeCSSVarKeys } from "https://deno.land/x/netzo@0.4.42/plugins/unocss/preset-shadcn/themes.ts";

type

| "background"
| "foreground"
| "card"
| "card-foreground"
| "popover"
| "popover-foreground"
| "primary"
| "primary-foreground"
| "secondary"
| "secondary-foreground"
| "muted"
| "muted-foreground"
| "accent"
| "accent-foreground"
| "destructive"
| "destructive-foreground"
| "border"
| "input"
| "ring"
[]