hexo/node_modules/hexo-theme-fluid/source/css/highlight-dark.styl

7 lines
312 B
Stylus
Raw Normal View History

2023-09-25 15:58:56 +08:00
if hexo-config("code.highlight.enable") && hexo-config("dark_mode.enable")
if hexo-config("code.highlight.highlightjs.dark.file")
@require hexo-config("code.highlight.highlightjs.dark.file")
if hexo-config("code.highlight.prismjs.dark.file")
@require hexo-config("code.highlight.prismjs.dark.file")