cat tailwind.config.js
{
daisyui: {
themes: [{
legal: {
"primary": "#2c3e50",
"primary-content": "#ffffff",
"secondary": "#34495e",
"secondary-content": "#ffffff",
"accent": "#7f8c8d",
"accent-content": "#ffffff",
"neutral": "#1a1a1a",
"neutral-content": "#ffffff",
"base-100": "#0f172a",
"base-200": "#1e293b",
"base-300": "#334155",
"base-content": "#e2e8f0",
},
}],
},
}
How to add a custom daisyUI theme?