Skip to content

Commit

Permalink
feat:添加lilsnake主题 (#161)
Browse files Browse the repository at this point in the history
* feat:添加lilsnake主题

---------

Co-authored-by: lilsnake <13192801+lilsnake@user.noreply.gitee.com>
Co-authored-by: chaoyang805 <zhangchaoyang805@gmail.com>
  • Loading branch information
3 people committed Dec 13, 2023
1 parent 837394f commit 2cfedcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
| [minimalism](https://github.com/justnewbee/juejin-markdown-theme-minimalism) | [驳是](https://juejin.cn/user/442445375748621) | MIT |
| [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 |

### 代码高亮

Expand Down
7 changes: 7 additions & 0 deletions themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ const themes = {
ref: '1e3096f',
highlight: 'atom-one-dark',
},
'lilsnake': {
owner: 'SnakeLil',
repo: 'juejin-markdown-theme-lilsnake',
path: 'lilsnake.scss',
ref: 'd9dbeb8',
highlight: 'hybrid',
},
};

export default themes;

0 comments on commit 2cfedcd

Please sign in to comment.