Skip to content

Commit 4a87384

Browse files
authored
feat: add healer-readable (#32)
1 parent 2641fcc commit 4a87384

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定
3535
| [condensed-night-purple](https://github.com/Geekhyt/condensed-night-purple) | [童欧巴](https://juejin.im/user/3491704662669469) | MIT |
3636
| [greenwillow](https://github.com/wangly19/juejin-markdown-theme-greenwillow) | [wangly19](https://juejin.im/user/4248168660735310) | MIT |
3737
| [v-green](https://github.com/DawnLck/juejin-markdown-theme-v-green) | [DawnLck 在掘金](https://juejin.im/user/1028798614345032) | MIT |
38-
| [vue-pro](https://github.com/dunizb/juejin-markdown-themes) | [杭州程序员张张](https://juejin.cn/user/289926798645575) | MIT |
38+
| [vue-pro](https://github.com/dunizb/juejin-markdown-themes) | [杭州程序员张张](https://juejin.cn/user/289926798645575) | MIT |
39+
| [healer-readable](https://github.com/dunizb/juejin-markdown-theme-healer-readable) | [healer](https://juejin.cn/user/1415826709689208) | MIT |
40+
3941

4042
### 代码高亮
4143

themes.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,12 @@ export default {
6767
path: 'vue-pro.scss',
6868
ref: '836e9bc',
6969
highlight: 'juejin'
70+
},
71+
'healer-readable': {
72+
owner: 'healerLZH',
73+
repo: 'juejin-markdown-theme-healer-readable',
74+
path: 'healer-readable.scss',
75+
ref: '3f2ef56',
76+
highlight: 'srcery'
7077
}
7178
};

0 commit comments

Comments
 (0)