Update tailwind config with AeThex brand colors

cgen-0789008ace5c44af92099dc10b4741e7
This commit is contained in:
Builder.io 2025-08-05 22:46:04 +00:00
parent 37df3b33de
commit ce6a118697

View file

@ -57,6 +57,25 @@ export default {
border: "hsl(var(--sidebar-border))",
ring: "hsl(var(--sidebar-ring))",
},
aethex: {
50: "hsl(var(--aethex-50))",
100: "hsl(var(--aethex-100))",
200: "hsl(var(--aethex-200))",
300: "hsl(var(--aethex-300))",
400: "hsl(var(--aethex-400))",
500: "hsl(var(--aethex-500))",
600: "hsl(var(--aethex-600))",
700: "hsl(var(--aethex-700))",
800: "hsl(var(--aethex-800))",
900: "hsl(var(--aethex-900))",
950: "hsl(var(--aethex-950))",
},
neon: {
purple: "hsl(var(--neon-purple))",
blue: "hsl(var(--neon-blue))",
green: "hsl(var(--neon-green))",
yellow: "hsl(var(--neon-yellow))",
},
},
borderRadius: {
lg: "var(--radius)",