Added theme selector
This commit is contained in:
parent
1f77e03da2
commit
2feaecc54c
5 changed files with 91 additions and 5 deletions
|
@ -5,5 +5,26 @@ export default {
|
|||
extend: {},
|
||||
},
|
||||
plugins: [require("@tailwindcss/typography"), require('daisyui'),],
|
||||
}
|
||||
|
||||
daisyui: {
|
||||
themes: [
|
||||
"light",
|
||||
"dark",
|
||||
"synthwave",
|
||||
"retro",
|
||||
"cyberpunk",
|
||||
"valentine",
|
||||
"halloween",
|
||||
"forest",
|
||||
"aqua",
|
||||
"black",
|
||||
"luxury",
|
||||
"dracula",
|
||||
"business",
|
||||
"night",
|
||||
"coffee",
|
||||
"dim",
|
||||
"sunset",
|
||||
],
|
||||
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue