diff --git a/README.md b/README.md index 1e84957..e728e98 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则 | [jzman](https://github.com/jzmanu/juejin-markdown-theme-jzman) | [躬行之](https://juejin.cn/user/3526889030301325) | MIT | | [geek-black](https://github.com/MageeLin/juejin-markdown-theme-geek-black) | [林景宜](https://juejin.cn/user/404232342875966) | MIT | | [awesome-green](https://github.com/luffyZh/juejin-markdown-theme-awesome-green) | [luffyZh](https://juejin.cn/user/96412752681079) | MIT | +| [arknights](https://github.com/viewweiwu/juejin-markdown-theme-arknights) | [viewweiwu](https://juejin.cn/user/712139263452503) | MIT | ### 代码高亮 diff --git a/themes.js b/themes.js index 0bb7ebf..fd974a4 100644 --- a/themes.js +++ b/themes.js @@ -11,6 +11,13 @@ const themes = { ref: '195cbb0', highlight: 'juejin', }, + ananananzhuo:{ + owner: 'ymeddmn', + repo: 'juejin-markdown-theme-ananananzhuo', + path: 'ananananzhuo.scss', + ref: 'c66e97b', + highlight: 'androidstudio', + } github: { owner: 'sindresorhus', repo: 'github-markdown-css', @@ -113,6 +120,13 @@ const themes = { path: 'chocolate.scss', ref: '8bbb87d', }, + arknights: { + owner: 'viewweiwu', + repo: 'juejin-markdown-theme-arknights', + path: 'arknights.scss', + ref: '83e8179', + highlight: 'atom-one-light', + }, }; export default themes;