Skip to content

Commit 2d0fbde

Browse files
authored
feat: add theme vue-pro (#29)
1 parent fc14c70 commit 2d0fbde

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
@@ -35,6 +35,7 @@ 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 |
3839

3940
### 代码高亮
4041

themes.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,11 @@ export default {
6161
path: 'v-green.scss',
6262
ref: '015f88b',
6363
},
64+
'vue-pro': {
65+
owner: 'dunizb',
66+
repo: 'juejin-markdown-theme-vue-pro',
67+
path: 'vue-pro.scss',
68+
ref: '836e9bc',
69+
highlight: 'juejin'
70+
}
6471
};

0 commit comments

Comments
 (0)