Skip to content

Commit 837394f

Browse files
jianghurongjianghurong
andauthored
feat: 新增 yu 主题 (#160)
Co-authored-by: jianghurong <[email protected]>
1 parent c6d6aa6 commit 837394f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
5757
| [z-blue](https://github.com/sheng1998/juejin-markdown-theme-z-blue) | [z_](https://juejin.cn/user/4212984289441422) | MIT |
5858
| [minimalism](https://github.com/justnewbee/juejin-markdown-theme-minimalism) | [驳是](https://juejin.cn/user/442445375748621) | MIT |
5959
| [koi](https://github.com/Henrycheheng/juejin-markdown-theme-koi) | [koi](https://juejin.cn/user/1284683727647950) | MIT |
60+
| [yu](https://github.com/jianghurong/juejin-markdown-theme-yu) | [荣易](https://juejin.cn/user/2400989124501549) | MIT |
6061

6162
### 代码高亮
6263

themes.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ const themes = {
195195
ref: 'a940ce',
196196
highlight: 'base16/tomorrow-night',
197197
},
198+
'yu': {
199+
owner: 'jianghurong',
200+
repo: 'juejin-markdown-theme-yu',
201+
path: 'yu.scss',
202+
ref: '1e3096f',
203+
highlight: 'atom-one-dark',
204+
},
198205
};
199206

200207
export default themes;

0 commit comments

Comments
 (0)