Featured image of post 更改 PaperMod 的配色

更改 PaperMod 的配色

我更改了 PaperMod 主题的配色。更改方法参考了以下链接:

https://github.com/adityatelange/hugo-PaperMod/discussions/645

CSS 的路径如下:

themes/PaperMod/assets/css/extended/blank.css

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
:root {
    --entry: #fbf7ef;
    --primary: rgba(113, 103, 91, 1.00);
    --secondary: rgba(113, 103, 91, 0.95);
    --tertiary: rgba(113, 103, 91, 0.50);
    --content: rgba(113, 103, 91, 0.85);
    --hljs-bg: #34231B;
    --code-bg: #ebe4d7;
    --border: #fdfaf5;
    --theme: #fbf7ef;
}
.dark {
}

目前暂时不更改暗黑模式。

comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计