Skip to content

Commit

Permalink
fix(docs): set light theme as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 1, 2021
1 parent b123228 commit 081d3a0
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
},
},*/
},
};
</script>
<script>
Expand Down

0 comments on commit 081d3a0

Please sign in to comment.