cat tailwind.config.js
{
daisyui: {
themes: [{
woods: {
"primary": "#2d5a27",
"primary-content": "#ffffff",
"secondary": "#8b4513",
"secondary-content": "#ffffff",
"accent": "#f0c330",
"accent-content": "#000000",
"neutral": "#2c3830",
"neutral-content": "#ffffff",
"base-100": "#f4f1de",
"base-200": "#e9e5c9",
"base-300": "#ddd6b3",
"base-content": "#2c3830",
},
}],
},
}
How to add a custom daisyUI theme?