From ec936bcd06f5d6d8cf4d4a0564f3d7fb46f66884 Mon Sep 17 00:00:00 2001 From: Edu Calvo Date: Fri, 6 Feb 2026 10:42:40 +0100 Subject: [PATCH] feat: add @thegridcn registry Add The Gridcn (thegridcn.com) - a Tron-inspired shadcn/ui theme system with Greek god color schemes, glow intensity levels, and sci-fi components. --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 7b6ee7d9aa..1878146e8d 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -527,6 +527,12 @@ "url": "https://taki-ui.com/r/{name}.json", "description": "Beautifully designed, accessible components that you can copy and paste into your apps. Made with React Aria Components and Shadcn tokens." }, + { + "name": "@thegridcn", + "homepage": "https://thegridcn.com", + "url": "https://thegridcn.com/r/{name}.json", + "description": "A Tron-inspired shadcn/ui theme system with Greek god color schemes, glow intensity levels, and sci-fi components like DataCard, HUD, Radar, and more." + }, { "name": "@tour", "homepage": "https://onboarding-tour.vercel.app", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index d8e8990b3c..719cb4a90e 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -615,6 +615,13 @@ "description": "Beautifully designed, accessible components that you can copy and paste into your apps. Made with React Aria Components and Shadcn tokens.", "logo": "" }, + { + "name": "@thegridcn", + "homepage": "https://thegridcn.com", + "url": "https://thegridcn.com/r/{name}.json", + "description": "A Tron-inspired shadcn/ui theme system with Greek god color schemes, glow intensity levels, and sci-fi components like DataCard, HUD, Radar, and more.", + "logo": "" + }, { "name": "@tour", "homepage": "https://onboarding-tour.vercel.app",