cat tailwind.config.js
{
daisyui: {
themes: [{
twilight: {
"primary": "#ff6b6b",
"primary-content": "#000000",
"secondary": "#ffd93d",
"secondary-content": "#000000",
"accent": "#4ecdc4",
"accent-content": "#000000",
"neutral": "#1a1a1a",
"neutral-content": "#ffffff",
"base-100": "#1a1616",
"base-200": "#241f1f",
"base-300": "#2e2727",
"base-content": "#ffe5d4",
},
}],
},
}
How to add a custom daisyUI theme?