Skip to content

Commit

Permalink
add theme "Chinese-red" (#89)
Browse files Browse the repository at this point in the history
* first commit

* update ref

* update

* update

* update font
  • Loading branch information
mancuoj authored Oct 8, 2021
1 parent 8c5347e commit d96ee5f
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 @@ -48,6 +48,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
| [simplicity-green](https://github.com/GuoJikun/juejin-markdown-theme-simplicity-green) | [Jason_Guo](https://juejin.cn/user/3878732751188845) | MIT |
| [arknights](https://github.com/viewweiwu/juejin-markdown-theme-arknights) | [viewweiwu](https://juejin.cn/user/712139263452503) | MIT |
| [vuepress](https://github.com/promise96319/juejin-markdown-theme-vuepress) | [qgh](https://juejin.cn/user/3685218708627544) | MIT |
| [Chinese-red](https://github.com/mancuoj/juejin-markdown-theme-Chinese-red) | [Mancuoj](https://juejin.cn/user/3466105460624760) | MIT |

### 代码高亮

Expand Down
7 changes: 7 additions & 0 deletions themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@ const themes = {
ref: 'af6f62a',
highlight: 'base16/tomorrow-night',
},
'Chinese-red': {
owner: 'Mancuoj',
repo: 'juejin-markdown-theme-Chinese-red',
path: 'Chinese-red.scss',
ref: 'ac8c9e5',
highlight: 'xcode',
}
};

export default themes;

0 comments on commit d96ee5f

Please sign in to comment.