1.左上侧背景颜色
在 D:\博客\themes\next\source\css_schemes\Pisces_layout.styl 里修改background的内容颜色可参考:RCG颜色对照表
2.文章部分的背景颜色
可在 D:\博客\themes\next\source\css_schemes\Pisces_layout.styl 中修改
3.左下侧背景颜色
可在 D:\博客\themes\next\source\css_schemes\Pisces_sidebar.styl 中作相应修改
4. 左侧上标签的底色
可在 D:\博客\themes\next\source\css_schemes\Pisces\menu.styl 中作相应修改:
5. 文章部分的文字颜色
可在 D:\博客\themes\next\source\css_schemes\Pisces_layout.styl 中添加:
1 | color:white |
如图:
6. 左上侧有标签部分文字
在D:\博客\themes\next\source\css_schemes\Pisces\menu.styl处需要添加:
1 | color: white |
7. 左下侧部分文字
在D:\博客\themes\next\source\css_custom_custom.styl里添加:
1 | //侧边颜色 |
red表示所变的颜色
8. 底部字体颜色
在 D:\博客\themes\next\source\css_custom_custom.sty 里添加
1 | //底部颜色 |
9. 总体背景颜色
在 D:\博客\themes\next\source\css_custom_custom.styl 里添加
1 | //Custom styles. |
10. 左下侧标签栏的背景颜色
在 D:\博客\themes\next\source\css_custom_custom.styl 添加:
1 | #sidebar { |