修改默认主题
This commit is contained in:
parent
96b5b922fb
commit
232fa37dab
@ -6,7 +6,7 @@
|
|||||||
"MultiTagsCache": false,
|
"MultiTagsCache": false,
|
||||||
"KeepAlive": true,
|
"KeepAlive": true,
|
||||||
"Layout": "vertical",
|
"Layout": "vertical",
|
||||||
"Theme": "light",
|
"Theme": "mingQing",
|
||||||
"DarkMode": false,
|
"DarkMode": false,
|
||||||
"Grey": false,
|
"Grey": false,
|
||||||
"Weak": false,
|
"Weak": false,
|
||||||
|
@ -62,14 +62,14 @@ const themeColors = {
|
|||||||
menuActiveBefore: "#f6da4d"
|
menuActiveBefore: "#f6da4d"
|
||||||
},
|
},
|
||||||
mingQing: {
|
mingQing: {
|
||||||
subMenuActiveText: "#fff",
|
subMenuActiveText: "#59bfc1",
|
||||||
menuBg: "#032121",
|
menuBg: "#fff",
|
||||||
menuHover: "#59bfc1",
|
menuHover: "#e0ebf6",
|
||||||
subMenuBg: "#000",
|
subMenuBg: "#fff",
|
||||||
subMenuActiveBg: "#59bfc1",
|
subMenuActiveBg: "#e0ebf6",
|
||||||
menuText: "#7a80b4",
|
menuText: "#7a80b4",
|
||||||
sidebarLogo: "#053434",
|
sidebarLogo: "#fff",
|
||||||
menuTitleHover: "#fff",
|
menuTitleHover: "#000",
|
||||||
menuActiveBefore: "#59bfc1"
|
menuActiveBefore: "#59bfc1"
|
||||||
},
|
},
|
||||||
auroraGreen: {
|
auroraGreen: {
|
||||||
|
Loading…
Reference in New Issue
Block a user