Skip to content

Instantly share code, notes, and snippets.

@andatoshiki
Created April 27, 2022 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andatoshiki/e992e28684b04eeeda6866f44e937910 to your computer and use it in GitHub Desktop.
Save andatoshiki/e992e28684b04eeeda6866f44e937910 to your computer and use it in GitHub Desktop.
✒ Docsify dark-light theme configuration
darklightTheme: {
defaultTheme: 'light',
siteFont: 'Source Sans Pro,Helvetica Neue,Arial,sans-serif',
codeFontFamily: 'Roboto Mono, Monaco, courier, monospace',
bodyFontSize: '15px',
dark: {
background: 'rgb(28,32,34)',
highlightColor: '#e96900',
codeBackgroundColor: 'rgb(34,39,46)',
codeTextColor: '#b4b4b4',
},
light: {
highlightColor: '#e96900',
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment