diff --git a/docs/.vuepress/styles/palette.scss b/docs/.vuepress/styles/palette.scss index 8f70aeb42..1345f5811 100644 --- a/docs/.vuepress/styles/palette.scss +++ b/docs/.vuepress/styles/palette.scss @@ -4,40 +4,39 @@ https://moonvy.com/blog/post/2022/diffusion-accelerates-diffusion/#%E7%BB%98%E7% 代码来源:https://theme-hope.vuejs.press/zh/config/style.html */ -$text-color: ( - light: #2c3e50, - dark: #b0aeb7, +$vp-c-text: ( + light: rgb(60 60 67), + dark: rgb(235 235 245 / 70%), +); + +$vp-navbar: ( + light: #fff, + dark: #252232, ); // content -$bg-color: ( +$vp-c-bg: ( light: #fff, dark: #252232, ); -$bg-color-secondary: ( - light: #f8f8f8, +$vp-c-bg-alt: ( + light: #f6f6f7, dark: #2c293d, ); -$bg-color-tertiary: ( - light: #efeef4, - dark: #3a3755, +$vp-c-bg-elv: ( + light: #fff, + dark: #252232, ); // 边框 -$border-color: ( - light: #eaecef, +$vp-c-border: ( + light: #c2c2c4, dark: #302d28, ); -// shadow -$box-shadow: ( - light: #f0f1f2, - dark: #282a32, -); - -$card-shadow: ( - light: rgb(0 0 0 / 15%), - dark: rgb(0 0 0 / 30%), +$vp-c-gutter: ( + light: #e2e2e3, + dark: #191722, ); diff --git a/docs/.vuepress/templateBuild.html b/docs/.vuepress/templateBuild.html index 0b2cbd4a1..26b5a7624 100644 --- a/docs/.vuepress/templateBuild.html +++ b/docs/.vuepress/templateBuild.html @@ -1,27 +1,26 @@ - +