diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json
index 4c0967803..eb882edd8 100644
--- a/apps/v4/public/r/registries.json
+++ b/apps/v4/public/r/registries.json
@@ -844,5 +844,11 @@
"homepage": "https://componentry.fun",
"url": "https://componentry.fun/r/{name}.json",
"description": "Beautiful, interactive React + Tailwind components for modern product UIs."
+ },
+ {
+ "name": "@paletteui",
+ "homepage": "https://paletteui.xyz",
+ "url": "https://paletteui.xyz/r/{name}.json",
+ "description": "Curated OKLCH color themes for shadcn/ui + visual theme editor with CSS, Tailwind v4, and Figma export."
}
]
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index c3ac98682..6ee76fc06 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -986,13 +986,12 @@
"url": "https://componentry.fun/r/{name}.json",
"description": "Beautiful, interactive React + Tailwind components for modern product UIs.",
"logo": ""
- }
- {
- "name": "@paletteui",
- "homepage": "https://paletteui.xyz",
- "url": "https://paletteui.xyz/r/{name}.json",
- "description": "Curated OKLCH color themes for shadcn/ui + visual theme editor with CSS, Tailwind v4, and Figma export.",
- "logo": ""
+ },
+ {
+ "name": "@paletteui",
+ "homepage": "https://paletteui.xyz",
+ "url": "https://paletteui.xyz/r/{name}.json",
+ "description": "Curated OKLCH color themes for shadcn/ui + visual theme editor with CSS, Tailwind v4, and Figma export.",
+ "logo": ""
}
]