klugjo / hexo-theme-clean-blog

Hexo implementation of Clean Blog http://blackrockdigital.github.io/startbootstrap-clean-blog/index.html
MIT License
402 stars 130 forks source link

How can I change the syntax highlighting theme? #29

Closed madnight closed 7 years ago

klugjo commented 7 years ago

You cant change the syntax highlighting which is native to hexo.

But you can change the colors by modifying the CSS

Also when you create a code block, you can specify the language. Example:

    ``` JavaScript 
    // Your code