From 38d1db2040a5ea16166335abd0297115ff76dafc Mon Sep 17 00:00:00 2001 From: jianghurong Date: Sat, 21 Oct 2023 17:29:38 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + themes.js | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index b47e7ec..addd4e2 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则 | [qklhk-chocolate](https://github.com/qklhk/juejin-markdown-theme-qklhk/) | [巧克力很苦](https://juejin.cn/user/1011206429358087) | Apache | | [serene-rose](https://github.com/Krue1/juejin-markdown-theme-serene-rose) | [Krue](https://juejin.cn/user/1143110510329256) | MIT | | [z-blue](https://github.com/sheng1998/juejin-markdown-theme-z-blue) | [z_](https://juejin.cn/user/4212984289441422) | 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 185b293..8232d59 100644 --- a/themes.js +++ b/themes.js @@ -181,6 +181,13 @@ const themes = { ref: '9057224', highlight: 'androidstudio', }, + yu: { + owner: 'jianghurong', + repo: 'juejin-markdown-theme-yu', + path: 'yu.scss', + ref: '168f694', + highlight: 'atom-one-dark', + }, }; export default themes;