import { themeCSSVarKeys } from "https://deno.land/x/netzo@0.4.49/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"