feat: foot ui change

This commit is contained in:
alisa
2023-05-04 22:45:43 +08:00
parent 2ee5efbb89
commit a2c0ed0f24
5 changed files with 60 additions and 14 deletions
+13
View File
@@ -20,4 +20,17 @@ module.exports = {
plugins: [
require("daisyui")
],
daisyui: {
themes: [
{
light: {
...require("daisyui/src/colors/themes")["[data-theme=light]"],
// primary: "blue",
info: "#666CFF",
}
},
// "light",
"dark"
],
}
};