shenxianpeng / blog

Xianpeng Shen's Blog
http://shenxianpeng.github.io
GNU General Public License v3.0
1 stars 0 forks source link

Change blog code code-block theme #35

Closed shenxianpeng closed 3 years ago

shenxianpeng commented 3 years ago

Need to modify file: themes\landscape\source\css\_partial\highlight.styl

Old theme

highlight-background = #2d2d2d
highlight-current-line = #393939
highlight-selection = #515151
highlight-foreground = #cccccc
highlight-comment = #999999
highlight-red = #f2777a
highlight-orange = #f99157
highlight-yellow = #ffcc66
highlight-green = #99cc99
highlight-aqua = #66cccc
highlight-blue = #6699cc
highlight-purple = #cc99cc

New theme

highlight-background = #ffffff
highlight-current-line = #efefef
highlight-selection = #d6d6d6
highlight-foreground = #4d4d4c
highlight-comment = #8e908c
highlight-red = #c82829
highlight-orange = #f5871f
highlight-yellow = #eab700
highlight-green = #718c00
highlight-aqua = #3e999f
highlight-blue = #4271ae
highlight-purple = #8959a8
shenxianpeng commented 2 years ago
  1. Removed line_number
  2. Change highlight-background to #F5F5F5