Added Manufacturer and Daisy UI Dracular
This commit is contained in:
parent
5ba5d9f5bb
commit
63e565434b
|
|
@ -4,7 +4,25 @@ const config = {
|
|||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
daisyui: {
|
||||
styled: true,
|
||||
themes: [
|
||||
{
|
||||
dracular: {
|
||||
"primary": "#661AE6",
|
||||
"secondary": "#D926AA",
|
||||
"accent": "#1FB2A5",
|
||||
"neutral": "#191D24",
|
||||
"base-100": "#2A303C",
|
||||
"info": "#3ABFF8",
|
||||
"success": "#36D399",
|
||||
"warning": "#FBBD23",
|
||||
"error": "#F87272",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
plugins: [require("daisyui")],
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
|
|
|||
Loading…
Reference in New Issue