blinkfox / hexo-theme-matery

A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问:http://blinkfox.com
https://blinkfox.github.io/
Apache License 2.0
5.23k stars 1.25k forks source link

如何修改文章中代码的显示格式 #787

Open SanQianxc opened 2 years ago

SanQianxc commented 2 years ago

屏幕截图 2022-03-30 213628

tuoyou-hao commented 2 years ago

可以前往https://prismjs.com/download.html 定制下载自己的主题 css 文件,然后将此 css 主题文件取名为 prism.css,替换掉 hexo-theme-matery 主题文件夹中的 source/libs/prism/prism.css 文件即可。替换掉这个版本的代码显示格式

SanQianxc commented 2 years ago

已解决,感谢!