主题魔改

  1. 主题是使用 Fomalhaut🥝 博主的对butterfly魔改的主题的
  2. 魔改的地方全部都是参照 Fomalhaut🥝 博主的文章修改的 博客魔改教程总结

关于页面魔改

参照 Butterfly主题美化教程 提供的 主题魔改 | 关于页面 进行修改的,如果修改的过程中页面出现透明的情况
添加css样式就行
custom.css

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/* 关于页面 */
:root {
--HiPeach-theme-op: #4259ef23;
--HiPeach-gray-op: #9999992b;
--HiPeach-theme-top: var(--HiPeach-theme);
--HiPeach-white: #fff;
--HiPeach-white-op: rgba(255, 255, 255, 0.2);
--HiPeach-black: #000;
--HiPeach-black-op: rgba(0, 0, 0, 0.2);
--HiPeach-none: rgba(0, 0, 0, 0);
--HiPeach-gray: rgb(50, 50, 50);
--HiPeach-yellow: #ffc93e;
--HiPeach-border-radius: 8px;
--HiPeach-main: var(--HiPeach-theme);
--HiPeach-main-op: var(--HiPeach-theme-op);
--HiPeach-shadow-theme: 0 8px 12px -3px var(--HiPeach-theme-op);
--HiPeach-shadow-main: 0 8px 12px -3px var(--HiPeach-main-op);
--HiPeach-shadow-blue: 0 8px 12px -3px rgba(40, 109, 234, 0.2);
--HiPeach-shadow-white: 0 8px 12px -3px rgba(255, 255, 255, 0.2);
--HiPeach-shadow-black: 0 0 12px 4px rgba(0, 0, 0, 0.05);
--HiPeach-shadow-yellow: 0px 38px 77px -26px rgba(255, 201, 62, 0.12);
--HiPeach-shadow-red: 0 8px 12px -3px #ee7d7936;
--HiPeach-shadow-green: 0 8px 12px -3px #87ee7936;
--HiPeach-shadow-border: 0 8px 16px -4px #2c2d300c;
--HiPeach-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, 0.15);
--HiPeach-logo-color: linear-gradient(215deg, #4584ff 30%, #ff7676 70%);
--style-border: 1px solid var(--HiPeach-card-border);
--HiPeach-blue-main: #3b70fc;
--style-border-hover: 1px solid var(--HiPeach-main);
--style-border-dashed: 1px dashed var(--HiPeach-theme-op);
--style-border-avatar: 4px solid var(--HiPeach-background);
--style-border-always: 1px solid var(--HiPeach-card-border);
--HiPeach-white-acrylic1: #fefeff !important;
--HiPeach-white-acrylic2: #fcfdff !important;
--HiPeach-black-acrylic2: #08080a !important;
--HiPeach-black-acrylic1: #0b0b0e !important;
--HiPeach-main-none: #b8b8b800 !important;
--HiPeach-transparent-border: transparent;
--btn-bg: #005ffe;
--btn-hover-color: #0047d4;
--HiPeach-footer-bg: transparent;
--HiPeach-footer-secondbg: transparent;
--HiPeach-footer-titlecolor: #6f71d3;
--HiPeach-footer-fontcolor: #af80e4de;
--HiPeach-footer-linkbg: #363636;
--HiPeach-footer-linkcolor: #af80e4;
--HiPeach-footer-hoverlinkbg: #6f71d3;
--HiPeach-footer-hoverlinkcolor: #fff;
--HiPeach-footer-hoverfontcolor: #5a87ff;
--HiPeach-footer-hovertitlecolor: #af80e4;
--HiPeach-white-top: rgb(238,238,238);
--HiPeach-float-win-bg: whitesmoke;
--HiPeach-globle-font: black;
--HiPeach-button-dark-hover: #0084ff;
--HiPeach-button-dark-bg: #66ccff;
--HiPeach-button-font: white;
--HiPeach-button-shadow: hsla(0, 0%, 22%, 0.2);
--HiPeach-radius: 7px;
--HiPeach-card-border-width: 1px;
}

[data-theme="light"] {
--HiPeach-theme: #3b70fc;
--HiPeach-theme-op: #4259ef23;
--HiPeach-red: #d8213c;
--HiPeach-pink: #ff7c7c;
--HiPeach-green: #57bd6a;
--HiPeach-fontcolor: #363636;
--HiPeach-background: #f7f9fe;
--HiPeach-reverse: #000;
--HiPeach-maskbg: rgba(255, 255, 255, 0.6);
--HiPeach-maskbgdeep: rgba(255, 255, 255, 0.85);
--HiPeach-hovertext: var(--HiPeach-theme);
--HiPeach-ahoverbg: #f7f7fa;
--HiPeach-lighttext: #6f42c1;
--HiPeach-secondtext: rgba(60, 60, 67, 0.6);
--HiPeach-scrollbar: rgba(60, 60, 67, 0.4);
--HiPeach-card-btn-bg: #edf0f7;
--HiPeach-post-blockquote-bg: #fafcff;
--HiPeach-post-tabs-bg: #f2f5f8;
--HiPeach-secondbg: #edf0f7;
--HiPeach-shadow-nav: 0 5px 12px -5px rgba(102, 68, 68, 0.05);
--HiPeach-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0);
--HiPeach-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0);
--HiPeach-code-bg: #3b70fc;
--HiPeach-code-color: #f7f7fa;
--HiPeach-copyright-border: #f6f6f6;
--HiPeach-border-color: #e3e8f7;
--HiPeach-card-bg: #fff;
--HiPeach-card-border: #e3e8f7;
--style-border-always: 1px solid var(--HiPeach-card-border);
--HiPeach-blue: #425AEF;
}

[data-theme="dark"] {
--global-bg: #191919;
--HiPeach-theme: #0084ff;
--HiPeach-theme-op: #0084ff23;
--HiPeach-red: #ff3842;
--HiPeach-pink: #ff7c7c;
--HiPeach-green: #57bd6a;
--HiPeach-fontcolor: rgb(225, 225, 225);
--HiPeach-background: #18171d;
--HiPeach-reverse: #fff;
--HiPeach-maskbg: rgba(0, 0, 0, 0.6);
--HiPeach-maskbgdeep: rgba(0, 0, 0, 0.85);
--HiPeach-hovertext: #0a84ff;
--HiPeach-ahoverbg: #fff;
--HiPeach-lighttext: #f2b94b;
--HiPeach-secondtext: #a1a2b8;
--HiPeach-scrollbar: rgba(200, 200, 223, 0.4);
--HiPeach-card-btn-bg: #30343f;
--HiPeach-post-blockquote-bg: #000;
--HiPeach-post-tabs-bg: #121212;
--HiPeach-secondbg: #30343f;
--HiPeach-shadow-nav: 0 5px 20px 0px rgba(28, 28, 28, 0.4);
--HiPeach-shadow-lightblack: 0 5px 12px -5px rgba(102, 68, 68, 0);
--HiPeach-shadow-light2black: 0 5px 12px -5px rgba(102, 68, 68, 0);
--HiPeach-code-bg: #30343f;
--HiPeach-code-color: #f2b94b;
--HiPeach-copyright-border: #212121;
--HiPeach-float-win-bg: #141414;
--HiPeach-globle-font: white;
--HiPeach-button-dark-hover: #49505d;
--HiPeach-button-dark-bg: #1f1f1f;
--HiPeach-button-font: #66ccff;
--HiPeach-button-shadow: #212121;
--HiPeach-border-color: #42444a;
--HiPeach-card-bg: #1d1b26;
--HiPeach-card-border: #42444a;
--style-border-always: 1px solid var(--HiPeach-card-border);
--HiPeach-blue: #0084FF;
}

前人栽树,后人乘凉,感谢各位博主提供的各种魔改