From 917781af3b4fe6470c931235c654ce1030d27514 Mon Sep 17 00:00:00 2001 From: sheng1998 <55654779+sheng1998@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:56:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0z-blue=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=20(#154)?= 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 708fbe6..b47e7ec 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则 | [devui-blue](https://github.com/kagol/juejin-markdown-theme-devui-blue) | [DevUI团队](https://juejin.cn/user/712139267650141) | MIT | | [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 | ### 代码高亮 diff --git a/themes.js b/themes.js index 6a68aa5..185b293 100644 --- a/themes.js +++ b/themes.js @@ -174,6 +174,13 @@ const themes = { ref: '0a26041', highlight: 'atom-one-dark', }, + 'z-blue': { + owner: 'sheng1998', + repo: 'juejin-markdown-theme-z-blue', + path: 'z-blue.scss', + ref: '9057224', + highlight: 'androidstudio', + }, }; export default themes;