diff --git a/docs/index.html b/docs/index.html index 0afbec6e..637b4659 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,46 +54,10 @@ color: '#42b983', }, }, - /*darklightTheme: { - siteFont: 'PT Sans', + darklightTheme: { defaultTheme: 'light', codeFontFamily: 'Roboto Mono, Monaco, courier, monospace', - bodyFontSize: '17px', - dark: { - accent: '#42b983', - toogleBackground: '#ffffff', - background: '#091a28', - textColor: '#b4b4b4', - codeTextColor: '#ffffff', - codeBackgroundColor: '#0e2233', - borderColor: '#0d2538', - blockQuoteColor: '#858585', - highlightColor: '#d22778', - sidebarSublink: '#b4b4b4', - codeTypeColor: '#ffffff', - coverBackground: - 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)', - toogleImage: - 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)', - }, - light: { - accent: '#42b983', - toogleBackground: '#091a28', - background: '#ffffff', - textColor: '#34495e', - codeTextColor: '#525252', - codeBackgroundColor: '#f8f8f8', - borderColor: 'rgba(0, 0, 0, 0.07)', - blockQuoteColor: '#858585', - highlightColor: '#d22778', - sidebarSublink: '#b4b4b4', - codeTypeColor: '#091a28', - coverBackground: - 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)', - toogleImage: - 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)', - }, - },*/ + }, };