kelyvin / ghost-caffeine-theme

A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences

Home Page:https://caffeinecoding.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About code highlight

WangRicky opened this issue · comments

I want to change code highlight color,how should I do?if you can provide some options to fast change code block color,It is very friendly to people who can't use sass.
And I want to modify markdown style or use ghost default style,which files should I modify?
Thanks!

HI @WangRicky,

This theme uses PrismJS for all code syntax highlighting and the current code theme I'm using is called okaida.

If you'd like to switch out the code highlight color, feel free to fork this project and simply change the theme within the gulpfile.js as shown here: https://github.com/kelyvin/caffeine-theme/blob/c4ee52da126c1f1f9223121683f83d82cc99f7bc/gulpfile.js#L60

Hope that helps!
Kelvin