Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ highlight: juejin
| [fancy](https://github.com/xrr2016/juejin-markdown-theme-fancy) | [冷石 Boy](https://juejin.im/user/835284564445415) [@xrr2016](https://github.com/xrr2016) | MIT |
| [hydrogen](https://github.com/DawnLck/juejin-markdown-theme-hydrogen) | [DawnLck 在掘金](https://juejin.im/user/1028798614345032) [@DawnLck](https://github.com/DawnLck) | MIT |
| [condensed-night-purple](https://github.com/Geekhyt/juejin-markdown-themes) | [童欧巴](https://juejin.im/user/3491704662669469) [@Geekhyt](https://github.com/Geekhyt) | MIT |
| [ezexam](https://github.com/ezshine/juejin-markdown-theme-ezexam) | [大帅搞全栈](https://juejin.im/user/2955079655898093) [@ezshine](https://github.com/ezshine) | MIT |

### 代码高亮

Expand Down
6 changes: 6 additions & 0 deletions themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ export default {
path: 'hydrogen.scss',
ref: '0b9a5f1',
},
ezexam:{
owner:"ezshine",
repo:'juejin-markdown-theme-ezexam',
path:"ezexam.scss",
ref: 'b30bfd9',
},
'condensed-night-purple': {
owner: 'Geekhyt',
repo: 'condensed-night-purple',
Expand Down