修改默认主题

This commit is contained in:
李寻欢 2024-02-07 10:17:28 +08:00
parent 96b5b922fb
commit 232fa37dab
2 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
"MultiTagsCache": false,
"KeepAlive": true,
"Layout": "vertical",
"Theme": "light",
"Theme": "mingQing",
"DarkMode": false,
"Grey": false,
"Weak": false,

View File

@ -62,14 +62,14 @@ const themeColors = {
menuActiveBefore: "#f6da4d"
},
mingQing: {
subMenuActiveText: "#fff",
menuBg: "#032121",
menuHover: "#59bfc1",
subMenuBg: "#000",
subMenuActiveBg: "#59bfc1",
subMenuActiveText: "#59bfc1",
menuBg: "#fff",
menuHover: "#e0ebf6",
subMenuBg: "#fff",
subMenuActiveBg: "#e0ebf6",
menuText: "#7a80b4",
sidebarLogo: "#053434",
menuTitleHover: "#fff",
sidebarLogo: "#fff",
menuTitleHover: "#000",
menuActiveBefore: "#59bfc1"
},
auroraGreen: {