diff --git a/src/app/client-portal/settings/page.tsx b/src/app/client-portal/settings/page.tsx index 2586d84..3ab9e82 100644 --- a/src/app/client-portal/settings/page.tsx +++ b/src/app/client-portal/settings/page.tsx @@ -35,6 +35,7 @@ const bgOptions = [ { value: "pumpkin", label: "Pumpkin Spice", color: "bg-gradient-to-r from-orange-600 to-amber-500", ring: "ring-orange-600", desc: "Warm autumn orange" }, { value: "bw", label: "Black & White", color: "bg-gradient-to-r from-gray-900 to-gray-400", ring: "ring-gray-500", desc: "Clean monochrome" }, { value: "forest", label: "Forest", color: "bg-gradient-to-r from-green-700 to-green-400", ring: "ring-green-600", desc: "Earthy greens with tree silhouettes" }, + { value: "luminous", label: "Luminous", color: "bg-gradient-to-r from-blue-500 to-teal-400", ring: "ring-blue-500", desc: "Deep Glass 2.0 with specular highlights" }, ] function getStoredColorTheme(): string {