码迷,mamicode.com
首页 > 其他好文 > 详细

插入代码(非推荐的样式)

时间:2020-02-11 21:57:58      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:插入代码   col   注释   keyword   syn   pre   line   highlight   推荐   

/*设置主要代码颜色*/
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
    /*color: #000 !important;*/
    color: #f8f8f2 !important;
}
/*设置关键字颜色*/
.syntaxhighlighter .keyword {
    font-weight: normal !important;
    /*color: #00f !important;*/
    color: #F92672 !important;
}
/*设置注释颜色*/
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
    /*color: #008200 !important;*/
    color: #75715e !important;
}
/*设置字符串颜色*/
.syntaxhighlighter .string, .syntaxhighlighter .string a {
    /*color: #00f !important;*/
    color: #973397 !important;
}
/*设置背景颜色颜色*/
.syntaxhighlighter .line.alt2 {
     /*background-color: #f4f4f4 !important;*/
     /*background-color: #23241f !important;*/
     background-color: #272822 !important;
 }
.syntaxhighlighter .line.alt1 {
    /*background-color: #fff !important;*/
    /*background-color: #23241f !important;*/
    background-color: #272822 !important;
}
/*设置分割线颜色*/
.syntaxhighlighter .gutter .line {
    /*border-right: 2px solid #6ce26c !important;*/
    border-right: 1px solid #75715e !important;
}

  

插入代码(非推荐的样式)

标签:插入代码   col   注释   keyword   syn   pre   line   highlight   推荐   

原文地址:https://www.cnblogs.com/yzg-14/p/12296925.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!