Skip to content

Commit

Permalink
feat: add theme keepnice (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: yangbo <[email protected]>
Co-authored-by: chaoyang805 <[email protected]>
3 people authored Dec 13, 2023
1 parent 2cfedcd commit 9d59759
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
| [koi](https://github.com/Henrycheheng/juejin-markdown-theme-koi) | [koi](https://juejin.cn/user/1284683727647950) | MIT |
| [yu](https://github.com/jianghurong/juejin-markdown-theme-yu) | [荣易](https://juejin.cn/user/2400989124501549) | MIT |
| [lilsnake](https://github.com/SnakeLil/juejin-markdown-theme-lilsnake) | [小蛇](https://juejin.cn/user/187347597270411) | MIT |
| [keepnice](https://github.com/yangbo5207/juejin-markdown-theme-keepNice) | [这波能反杀](https://juejin.cn/user/2541726582702238) | MIT |


### 代码高亮

7 changes: 7 additions & 0 deletions themes.js
Original file line number Diff line number Diff line change
@@ -209,6 +209,13 @@ const themes = {
ref: 'd9dbeb8',
highlight: 'hybrid',
},
'keepnice': {
owner: 'yangbo5207',
repo: 'juejin-markdown-theme-keepNice',
path: 'keepnice.scss',
ref: '38645c3',
highlight: 'github',
},
};

export default themes;

0 comments on commit 9d59759

Please sign in to comment.