diff --git a/docs/index.html b/docs/index.html index cd5a827..7b2202e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,6 @@ - window.$docsify = { homepage: 'home.md', + siteFont : 'Source Sans Pro', + defaultTheme : 'light | dark', + codeFontFamily : 'monospace', logo: '/_media/logo.png', loadSidebar: true, subMaxLevel: 2, name: 'PingMe', - repo: 'https://github.com/kha7iq/pingme' + repo: 'https://github.com/kha7iq/pingme', + darklightTheme: { + siteFont : 'PT Sans', + defaultTheme : 'dark | light', + codeFontFamily : 'Roboto Mono, Monaco, courier, monospace', + bodyFontSize : '16px', + dark: { + accent: '#ffa500', + background: '#282C34', + codeTextColor : '#b4b4b4', + codeBackgroundColor : '#353A44', + coverBackground : '#161B22' + }, + light: { + accent: '#008080', + coverBackground : '#f0f0f0' + } + } } @@ -32,5 +51,7 @@ src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"> + + \ No newline at end of file