🔍 Sitemap!

 Dark mode to protect your eyes
This commit is contained in:
2024-08-10 21:16:36 +08:00
parent 18af1ecde3
commit ad5aacce9c
11 changed files with 57 additions and 10 deletions

View File

@ -17,9 +17,21 @@ export default defineNuxtPlugin((app) => {
...labsComponents,
},
theme: {
defaultTheme: "original",
defaultTheme: "light",
themes: {
original: {
light: {
colors: {
primary: "#4a5099",
secondary: "#2196f3",
accent: "#009688",
error: "#f44336",
warning: "#ff9800",
info: "#03a9f4",
success: "#4caf50",
},
},
dark: {
dark: true,
colors: {
primary: "#4a5099",
secondary: "#2196f3",