feat(renderer): configure shadcn/ui, extend design tokens for glassy aesthetic

This commit is contained in:
2026-06-05 09:13:52 +05:30
parent 8265e4ff88
commit 188e73d7c1
3 changed files with 96 additions and 20 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/renderer/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}