diff --git a/themes.js b/themes.js index 4056988..683f753 100644 --- a/themes.js +++ b/themes.js @@ -147,6 +147,13 @@ const themes = { ref: 'ac8c9e5', highlight: 'xcode', }, + 'hello-world': { + owner: 'fuusy', + repo: 'juejin-markdown-theme-hello-world', + path: 'juejin.scss', + ref: 'e2ed60a', + highlight: 'github dark', + }, }; export default themes;