diff --git a/README.md b/README.md index aa83b6a..5973358 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则 | [simplicity-green](https://github.com/GuoJikun/juejin-markdown-theme-simplicity-green) | [Jason_Guo](https://juejin.cn/user/3878732751188845) | MIT | | [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 | ### 代码高亮 diff --git a/themes.js b/themes.js index 0353337..ca29b1e 100644 --- a/themes.js +++ b/themes.js @@ -140,6 +140,13 @@ const themes = { ref: 'af6f62a', highlight: 'base16/tomorrow-night', }, + 'Chinese-red': { + owner: 'Mancuoj', + repo: 'juejin-markdown-theme-Chinese-red', + path: 'Chinese-red.scss', + ref: 'ac8c9e5', + highlight: 'xcode', + } }; export default themes;