mirror of https://github.com/jkjoy/sunpeiwen.git
7 lines
312 B
Stylus
7 lines
312 B
Stylus
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")
|