Files
AnimeTV-Frontend/components.json
Vivy Bot 66766c0a36
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m1s
💄 style: change shadcn theme from nova to vega
2026-02-08 21:50:32 +07:00

25 lines
580 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-vega",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/shared/libs/shadcn/components",
"utils": "@/shared/lib/shadcn/utils",
"ui": "@/shared/libs/shadcn/ui",
"lib": "@/shared/libs/shadcn/lib",
"hooks": "@/shared/libs/shadcn/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}