diff --git a/README.md b/README.md index 61e5b52..6dedcde 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则 | [arknights](https://github.com/viewweiwu/juejin-markdown-theme-arknights) | [viewweiwu](https://juejin.cn/user/712139263452503) | MIT | | [vuepress](https://github.com/promise96319/juejin-markdown-theme-vuepress) | [qgh](https://juejin.cn/user/3685218708627544) | MIT | | [Chinese-red](https://github.com/mancuoj/juejin-markdown-theme-Chinese-red) | [Mancuoj](https://juejin.cn/user/3466105460624760) | MIT | +| [mervin-light](https://github.com/honest1y/juejin-markdown-theme-mervin-light) | [Honest1y](https://juejin.cn/user/694547081075149) | MIT | ### 代码高亮 diff --git a/themes.js b/themes.js index d2fb09f..6eda3a4 100644 --- a/themes.js +++ b/themes.js @@ -153,6 +153,13 @@ const themes = { path: 'Chinese-red.scss', ref: 'ac8c9e5', highlight: 'xcode', + }, + 'mervin-light': { + owner: 'Honest1y', + repo: 'juejin-markdown-theme-mervin-light', + path: 'mervin-light.scss', + ref: '2ef8e85', + highlight: 'atom-one-dark', } };