You've already forked bilibili-subtitle
主颜色调整
This commit is contained in:
@@ -18,11 +18,13 @@ module.exports = {
|
|||||||
light: {
|
light: {
|
||||||
...require("daisyui/src/colors/themes")["[data-theme=light]"],
|
...require("daisyui/src/colors/themes")["[data-theme=light]"],
|
||||||
"--rounded-btn": "0.15rem",
|
"--rounded-btn": "0.15rem",
|
||||||
|
"primary": "rgb(0, 174, 236)",
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
dark: {
|
dark: {
|
||||||
...require("daisyui/src/colors/themes")["[data-theme=dark]"],
|
...require("daisyui/src/colors/themes")["[data-theme=dark]"],
|
||||||
"--rounded-btn": "0.15rem",
|
"--rounded-btn": "0.15rem",
|
||||||
|
"primary": "rgb(0, 174, 236)",
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
base: true,
|
base: true,
|
||||||
|
Reference in New Issue
Block a user