diff --git a/index.html b/index.html
index c04ec83..9717c6a 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-
+
@@ -70,10 +70,20 @@
],
depth: 3,
},
- darkMode: {
- light: {
- toggleBtnBg: "#42b983",
+ 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',
+ codeBackgroudColor: 'rgb(34,39,46)',
+ codeTextColor: '#b4b4b4',
},
+ light: {
+ highlightColor: '#e96900',
+ }
},
plugins: [
function (hook, vm) {
@@ -145,12 +155,12 @@
-
+
-
+