mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-20 00:12:05 +08:00
Update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -118,7 +118,7 @@
|
|||||||
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
|
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
|
||||||
bodyFontSize: '17px',
|
bodyFontSize: '17px',
|
||||||
light: {
|
light: {
|
||||||
themeColor: '#1e90ff',
|
themeColor: '#42b983',
|
||||||
toogleBackground: '#091a28',
|
toogleBackground: '#091a28',
|
||||||
background: '#ffffff',
|
background: '#ffffff',
|
||||||
textColor: '#34495e',
|
textColor: '#34495e',
|
||||||
@@ -131,26 +131,26 @@
|
|||||||
buttonBackgroundColor: '#f3f3f3ce',
|
buttonBackgroundColor: '#f3f3f3ce',
|
||||||
sidebarSublink: '#7c7c7c',
|
sidebarSublink: '#7c7c7c',
|
||||||
codeTypeColor: '#091a28',
|
codeTypeColor: '#091a28',
|
||||||
herfColor: '#2973b7',
|
herfColor: '#16995e',
|
||||||
hrColor: '#afafaf',
|
hrColor: '#afafaf',
|
||||||
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
|
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
|
||||||
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)',
|
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)',
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
themeColor: '#42b983',
|
themeColor: '#4894df',
|
||||||
toogleBackground: '#ffffff',
|
toogleBackground: '#ffffff',
|
||||||
background: '#091a28',
|
background: '#040d19',
|
||||||
textColor: '#b4b4b4',
|
textColor: '#b4b4b4',
|
||||||
codeTextColor: '#ffffff',
|
codeTextColor: '#ffffff',
|
||||||
codeBackgroundColor: '#0e2233',
|
codeBackgroundColor: '#071426',
|
||||||
borderColor: '#0f293e',
|
borderColor: '#0f293e',
|
||||||
blockQuoteColor: '#858585',
|
blockQuoteColor: '#858585',
|
||||||
highlightColor: '#a6bb06',
|
highlightColor: '#c4882e',
|
||||||
highlightBackgroundColor: '#122d44',
|
highlightBackgroundColor: '#122d44',
|
||||||
buttonBackgroundColor: '#a8a8a825',
|
buttonBackgroundColor: '#a8a8a825',
|
||||||
sidebarSublink: '#b4b4b4',
|
sidebarSublink: '#b4b4b4',
|
||||||
codeTypeColor: '#ffffff',
|
codeTypeColor: '#ffffff',
|
||||||
herfColor: '#16995e',
|
herfColor: '#2973b7',
|
||||||
hrColor: '#464646',
|
hrColor: '#464646',
|
||||||
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
|
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
|
||||||
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
|
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
|
||||||
@@ -158,7 +158,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Docsify v4 -->
|
<!-- Docsify v4 -->
|
||||||
<script src="./js/docsify.min.js"></script>
|
<script src="./js/docsify.min.js"></script>
|
||||||
<!-- 暗黑主题 -->
|
<!-- 暗黑主题 -->
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user