diff --git a/assets/css/app.css b/assets/css/app.css index 28cd7a2..7e39706 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -151,7 +151,7 @@ section { border: 1px solid #f0f0f0; border-radius: 2px; display: flex; - line-height: 26px; + line-height: 24px; } .code-snippet__fix .code-snippet__line-index { @@ -196,7 +196,7 @@ section { ::-webkit-scrollbar { width: 6px; - height: 16px; + height: 6px; background-color: #FFF; } diff --git a/assets/scripts/editor.js b/assets/scripts/editor.js index e474145..9c25577 100644 --- a/assets/scripts/editor.js +++ b/assets/scripts/editor.js @@ -6,9 +6,9 @@ let app = new Vue({ output: '', source: '', editorThemes: [ - { label: 'base16-light', value: 'base16-light' }, - { label: 'duotone-light', value: 'duotone-light' }, - { label: 'monokai', value: 'monokai' } + { label: '淡雅', value: 'xq-light'}, + { label: '精美', value: 'eclipse'}, + { label: '暗绿', value: 'oceanic-next'} ], editor: null, builtinFonts: [ diff --git a/index.html b/index.html index a1fb678..4905d26 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,9 @@ - - - + + +