Skip to content

Commit 0c41790

Browse files
kagollijinghust
andauthored
feat: 增加DEVUI蓝掘金主题 (#110)
Co-authored-by: lijinghust <[email protected]>
1 parent 593f706 commit 0c41790

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
5050
| [arknights](https://github.com/viewweiwu/juejin-markdown-theme-arknights) | [viewweiwu](https://juejin.cn/user/712139263452503) | MIT |
5151
| [vuepress](https://github.com/promise96319/juejin-markdown-theme-vuepress) | [qgh](https://juejin.cn/user/3685218708627544) | MIT |
5252
| [Chinese-red](https://github.com/mancuoj/juejin-markdown-theme-Chinese-red) | [Mancuoj](https://juejin.cn/user/3466105460624760) | MIT |
53+
| [devui-blue](https://github.com/kagol/juejin-markdown-theme-devui-blue) | [DevUI团队](https://juejin.cn/user/712139267650141) | MIT |
5354
| [yayoi-sakura](https://github.com/Yayoiqz/juejin-markdown-theme-yayoi-sakura) | [Yayoiqz](https://juejin.cn/user/1626932940390279) | MIT |
5455

5556
### 代码高亮

themes.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ const themes = {
154154
ref: '6da886e',
155155
highlight: 'xcode',
156156
},
157+
'devui-blue': {
158+
owner: 'kagol',
159+
repo: 'juejin-markdown-theme-devui-blue',
160+
path: 'devui-blue.scss',
161+
ref: '127cfeb',
162+
},
157163
'yayoi-sakura': {
158164
owner: 'Yayoiqz',
159165
repo: 'juejin-markdown-theme-yayoi-sakura',

0 commit comments

Comments
 (0)