cat tailwind.config.js
{
daisyui: {
themes: [{
orange-grey: {
"primary": "#f5a623",
"primary-content": "#1a1a1a",
"secondary": "#a6a6a6",
"secondary-content": "#1a1a1a",
"accent": "#f2a684",
"accent-content": "#1a1a1a",
"neutral": "#666666",
"neutral-content": "#f2f2f2",
"base-100": "#f2f2f2",
"base-200": "#e6e6e6",
"base-300": "#d4d4d4",
"base-content": "#1a1a1a",
},
}],
},
}
How to add a custom daisyUI theme?