if hexo-config('style.hljs.darkmode')
    @import '_hljs/' + hexo-config('style.hljs.darkmode') + '.css'
else
    @import '_hljs/dark.css'