This commit is contained in:
Super Manito
2022-05-16 23:33:57 +08:00
parent 3a30c66db9
commit 0783711dd6
3 changed files with 9 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -118,7 +118,7 @@
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
bodyFontSize: '17px',
light: {
themeColor: '#1e90ff',
themeColor: '#42b983',
toogleBackground: '#091a28',
background: '#ffffff',
textColor: '#34495e',
@@ -131,26 +131,26 @@
buttonBackgroundColor: '#f3f3f3ce',
sidebarSublink: '#7c7c7c',
codeTypeColor: '#091a28',
herfColor: '#2973b7',
herfColor: '#16995e',
hrColor: '#afafaf',
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)',
},
dark: {
themeColor: '#42b983',
themeColor: '#4894df',
toogleBackground: '#ffffff',
background: '#091a28',
background: '#040d19',
textColor: '#b4b4b4',
codeTextColor: '#ffffff',
codeBackgroundColor: '#0e2233',
codeBackgroundColor: '#071426',
borderColor: '#0f293e',
blockQuoteColor: '#858585',
highlightColor: '#a6bb06',
highlightColor: '#c4882e',
highlightBackgroundColor: '#122d44',
buttonBackgroundColor: '#a8a8a825',
sidebarSublink: '#b4b4b4',
codeTypeColor: '#ffffff',
herfColor: '#16995e',
herfColor: '#2973b7',
hrColor: '#464646',
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
@@ -158,7 +158,6 @@
}
}
</script>
<!-- Docsify v4 -->
<script src="./js/docsify.min.js"></script>
<!-- 暗黑主题 -->

File diff suppressed because one or more lines are too long