Update tailwind config with AeThex brand colors
cgen-0789008ace5c44af92099dc10b4741e7
This commit is contained in:
parent
37df3b33de
commit
ce6a118697
1 changed files with 19 additions and 0 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue