diff --git a/.deco/blocks/Luxury.json b/.deco/blocks/Luxury.json index ea94deb..722168b 100644 --- a/.deco/blocks/Luxury.json +++ b/.deco/blocks/Luxury.json @@ -3,11 +3,11 @@ "fontFamily": "'Georgia'" }, "mainColors": { - "primary": "#FFFFFF", - "base-100": "#FFFFFF", - "tertiary": "#000000", + "primary": "#09090b", + "base-100": "#09090b", + "tertiary": "#cddef9", "secondary": "#164195", - "neutral": "#000000" + "neutral": "#ffffff" }, "buttonStyle": { "--border-btn": "1px", @@ -25,6 +25,7 @@ }, "base-300": "#dfeaffd4" }, + "colorScheme": "any", "otherStyles": { "--rounded-box": "1rem", "--rounded-badge": "1.9rem", @@ -32,6 +33,5 @@ "--tab-border": "1px", "--tab-radius": "0.5rem" }, - "mode": "dark", - "colorScheme": "any" -} \ No newline at end of file + "mode": "dark" +}