Current section

Files

Jump to
salad_ui priv static assets tailwind.colors.json
Raw

priv/static/assets/tailwind.colors.json

{
"accent": {
"DEFAULT": "var(--accent)",
"foreground": "var(--accent-foreground)"
},
"background": "var(--background)",
"border": "var(--border)",
"card": {
"DEFAULT": "var(--card)",
"foreground": "var(--card-foreground)"
},
"destructive": {
"DEFAULT": "var(--destructive)",
"foreground": "var(--destructive-foreground)"
},
"foreground": "var(--foreground)",
"input": "var(--input)",
"muted": {
"DEFAULT": "var(--muted)",
"foreground": "var(--muted-foreground)"
},
"popover": {
"DEFAULT": "var(--popover)",
"foreground": "var(--popover-foreground)"
},
"primary": {
"DEFAULT": "var(--primary)",
"foreground": "var(--primary-foreground)"
},
"ring": "var(--ring)",
"secondary": {
"DEFAULT": "var(--secondary)",
"foreground": "var(--secondary-foreground)"
},
"sidebar": {
"DEFAULT": "var(--sidebar-background)",
"foreground": "var(--sidebar-foreground)",
"primary": "var(--sidebar-primary)",
"primary-foreground": "var(--sidebar-primary-foreground)",
"accent": "var(--sidebar-accent)",
"accent-foreground": "var(--sidebar-accent-foreground)",
"border": "var(--sidebar-border)",
"ring": "var(--sidebar-ring)"
}
}