From 837394ffc626f82c2aa9c389f66662404fdafda8 Mon Sep 17 00:00:00 2001 From: RongYi <1164310634@qq.com> Date: Wed, 13 Dec 2023 14:04:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20yu=20=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=20(#160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jianghurong --- README.md | 1 + themes.js | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 8e3b740..482b87c 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则 | [z-blue](https://github.com/sheng1998/juejin-markdown-theme-z-blue) | [z_](https://juejin.cn/user/4212984289441422) | MIT | | [minimalism](https://github.com/justnewbee/juejin-markdown-theme-minimalism) | [驳是](https://juejin.cn/user/442445375748621) | MIT | | [koi](https://github.com/Henrycheheng/juejin-markdown-theme-koi) | [koi](https://juejin.cn/user/1284683727647950) | MIT | +| [yu](https://github.com/jianghurong/juejin-markdown-theme-yu) | [荣易](https://juejin.cn/user/2400989124501549) | MIT | ### 代码高亮 diff --git a/themes.js b/themes.js index 749c145..e86a183 100644 --- a/themes.js +++ b/themes.js @@ -195,6 +195,13 @@ const themes = { ref: 'a940ce', highlight: 'base16/tomorrow-night', }, + 'yu': { + owner: 'jianghurong', + repo: 'juejin-markdown-theme-yu', + path: 'yu.scss', + ref: '1e3096f', + highlight: 'atom-one-dark', + }, }; export default themes;