cat tailwind.config.js
{
daisyui: {
themes: [{
neon: {
"primary": "#ff0099",
"primary-content": "#ffffff",
"secondary": "#00ffbb",
"secondary-content": "#000000",
"accent": "#ff9900",
"accent-content": "#000000",
"neutral": "#e6e6e6",
"neutral-content": "#1a1a1a",
"base-100": "#ffffff",
"base-200": "#f2f2f2",
"base-300": "#e6e6e6",
"base-content": "#000000",
},
}],
},
}
How to add a custom daisyUI theme?