Skip to content

Commit

Permalink
add new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Limebee committed Jul 20, 2023
1 parent 248322e commit ea87705
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,35 @@ module.exports = {
theme: {
extend: {},
},
daisyui: {
themes: [
{
mytheme: {

"primary": "#fef3c7",

"secondary": "#d97706",

"accent": "#fef3c7",

"neutral": "#fcd34d",

"base-100": "#fbbf24",

"info": "#b45309",

"success": "#d97706",

"warning": "#78350f",

"error": "#a16207",
},
},
],
},
plugins: [
require("daisyui"),
require('@tailwindcss/forms')


],
}
Expand Down

0 comments on commit ea87705

Please sign in to comment.