This commit is contained in:
Super Manito
2022-01-24 06:38:31 +08:00
parent 1f7714a6f4
commit fbade88f1c
6 changed files with 42 additions and 32 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>LinuxMirror · 让换源更简单</title>
<title>LinuxMirrors · 让换源更简单</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
@@ -21,8 +21,6 @@
logo: './img/logo.png',
// 加载封面
coverpage: true,
// 主题色
themeColor: '#1e90ff',
// 小屏幕设备自动合并导航栏到侧边栏
mergeNavbar: true,
// 启用自定义404页
@@ -59,7 +57,7 @@
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
bodyFontSize: '17px',
light: {
accent: '#1e90ff',
themeColor: '#1e90ff',
toogleBackground: '#091a28',
background: '#ffffff',
textColor: '#34495e',
@@ -70,11 +68,12 @@
highlightColor: '#d22778',
sidebarSublink: '#7c7c7c',
codeTypeColor: '#091a28',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
herfColor: '#2973b7',
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)',
},
dark: {
accent: '#42b983',
themeColor: '#42b983',
toogleBackground: '#ffffff',
background: '#091a28',
textColor: '#b4b4b4',
@@ -85,7 +84,8 @@
highlightColor: '#a6bb06',
sidebarSublink: '#b4b4b4',
codeTypeColor: '#ffffff',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
herfColor: '#16995e',
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
}
}