cat tailwind.config.js
{
daisyui: {
themes: [{
reef: {
"primary": "#006d77",
"primary-content": "#ffffff",
"secondary": "#83c5be",
"secondary-content": "#000000",
"accent": "#ee6c4d",
"accent-content": "#000000",
"neutral": "#eaf6f6",
"neutral-content": "#293241",
"base-100": "#ffffff",
"base-200": "#f8fcfc",
"base-300": "#edf7f7",
"base-content": "#293241",
},
}],
},
}
How to add a custom daisyUI theme?