MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

代码样式的如何设置,还可选择的背景色如何去掉 #67

Closed zhonghanwen closed 8 years ago

zhonghanwen commented 8 years ago

我现在的代码样式是这样子的,没有显示出行号以及代码没有高亮。image 请问如何修改配置可以变成以下这种样式? image

MOxFIVE commented 8 years ago

代码块用下面方法添加:https://github.com/MOxFIVE/hexo-theme-yelee/commit/46c25d394f9302fead06b27674df87b61d52eec3

code

主题配置中启用自定义样式

highlight_style:
  on: true
TomorJM commented 8 years ago

General Color Scheme | 主题配色方案

可用值 Value: yilia

color_scheme:

highlight_style:

on: true

inline_code: 9 # Value: 0 - 9 可选 code_block: 3 # Value: 0 - 4

我已经这样设置过了,但是代码那里依旧无变化

MOxFIVE commented 8 years ago

@tomorOoO , 去掉 # 才生效

- #on: true
+ on: true