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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
| [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 |
| [bamboo](https://github.com/wangenze267/juejin-markdown-theme-bamboo) | [Ned](https://juejin.cn/user/105972016875911) | MIT |

### 代码高亮

Expand All @@ -71,7 +72,6 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
9. 注意考虑样式的稳定性和兼容性
10. **并非所有 PR 的主题都会入选,挑选和审核会有一定周期**


### ① themes.js 格式说明

```js
Expand All @@ -87,9 +87,9 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
## License

## 联系官方

微信:zwcatfly 或者微信: chnyifan

![middle_img_v2_76ee7552-1a63-41df-900d-5fbefe5a69ag](https://user-images.githubusercontent.com/8282645/139875601-f0f3477d-a03a-4acf-ac8d-7204d4f5bc04.jpg)


MIT
8 changes: 7 additions & 1 deletion themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,13 @@ const themes = {
path: 'Chinese-red.scss',
ref: 'ac8c9e5',
highlight: 'xcode',
}
},
'bamboo': {
owner: 'wangenze267',
repo: 'juejin-markdown-theme-bamboo',
path: 'bamboo.scss',
ref: '6fdd1ae',
},
};

export default themes;