Update to 8.0
This commit is contained in:
194
vendor/assets/stylesheets/highlight_js/xcode.css
vendored
194
vendor/assets/stylesheets/highlight_js/xcode.css
vendored
@@ -4,151 +4,155 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
|
||||
|
||||
*/
|
||||
|
||||
pre code {
|
||||
display: block; padding: 0.5em;
|
||||
background: #fff; color: black;
|
||||
.hljs {
|
||||
display: inline-block;
|
||||
padding: 0.5em;
|
||||
background: #fff;
|
||||
color: black;
|
||||
}
|
||||
|
||||
pre .comment,
|
||||
pre .template_comment,
|
||||
pre .javadoc,
|
||||
pre .comment * {
|
||||
color: rgb(0,106,0);
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc {
|
||||
color: #006a00;
|
||||
}
|
||||
|
||||
pre .keyword,
|
||||
pre .literal,
|
||||
pre .nginx .title {
|
||||
color: rgb(170,13,145);
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.nginx .hljs-title {
|
||||
color: #aa0d91;
|
||||
}
|
||||
pre .method,
|
||||
pre .list .title,
|
||||
pre .tag .title,
|
||||
pre .setting .value,
|
||||
pre .winutils,
|
||||
pre .tex .command,
|
||||
pre .http .title,
|
||||
pre .request,
|
||||
pre .status {
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.hljs-tag .hljs-title,
|
||||
.setting .hljs-value,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.http .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
pre .envvar,
|
||||
pre .tex .special {
|
||||
.hljs-envvar,
|
||||
.tex .hljs-special {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
pre .string {
|
||||
color: rgb(196,26,22);
|
||||
.hljs-string {
|
||||
color: #c41a16;
|
||||
}
|
||||
pre .tag .value,
|
||||
pre .cdata,
|
||||
pre .filter .argument,
|
||||
pre .attr_selector,
|
||||
pre .apache .cbracket,
|
||||
pre .date,
|
||||
pre .regexp {
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.hljs-regexp {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
pre .sub .identifier,
|
||||
pre .pi,
|
||||
pre .tag,
|
||||
pre .tag .keyword,
|
||||
pre .decorator,
|
||||
pre .ini .title,
|
||||
pre .shebang,
|
||||
pre .input_number,
|
||||
pre .hexcolor,
|
||||
pre .rules .value,
|
||||
pre .css .value .number,
|
||||
pre .symbol,
|
||||
pre .symbol .string,
|
||||
pre .number,
|
||||
pre .css .function,
|
||||
pre .clojure .title,
|
||||
pre .clojure .built_in {
|
||||
color: rgb(28,0,207);
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.ini .hljs-title,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt,
|
||||
.hljs-hexcolor,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.css .hljs-function,
|
||||
.clojure .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-function .hljs-title,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #1c00cf;
|
||||
}
|
||||
|
||||
pre .class .title,
|
||||
pre .haskell .type,
|
||||
pre .smalltalk .class,
|
||||
pre .javadoctag,
|
||||
pre .yardoctag,
|
||||
pre .phpdoc,
|
||||
pre .typename,
|
||||
pre .tag .attribute,
|
||||
pre .doctype,
|
||||
pre .class .id,
|
||||
pre .built_in,
|
||||
pre .setting,
|
||||
pre .params,
|
||||
pre .clojure .attribute {
|
||||
color: rgb(92,38,153);
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-typename,
|
||||
.hljs-tag .hljs-attribute,
|
||||
.hljs-doctype,
|
||||
.hljs-class .hljs-id,
|
||||
.hljs-built_in,
|
||||
.setting,
|
||||
.hljs-params,
|
||||
.clojure .hljs-attribute {
|
||||
color: #5c2699;
|
||||
}
|
||||
|
||||
pre .variable {
|
||||
color: rgb(63,110,116);
|
||||
.hljs-variable {
|
||||
color: #3f6e74;
|
||||
}
|
||||
pre .css .tag,
|
||||
pre .rules .property,
|
||||
pre .pseudo,
|
||||
pre .subst {
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
pre .css .class, pre .css .id {
|
||||
color: #9B703F;
|
||||
.css .hljs-class,
|
||||
.css .hljs-id {
|
||||
color: #9b703f;
|
||||
}
|
||||
|
||||
pre .value .important {
|
||||
.hljs-value .hljs-important {
|
||||
color: #ff7700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre .rules .keyword {
|
||||
color: #C5AF75;
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #c5af75;
|
||||
}
|
||||
|
||||
pre .annotation,
|
||||
pre .apache .sqbracket,
|
||||
pre .nginx .built_in {
|
||||
color: #9B859D;
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9b859d;
|
||||
}
|
||||
|
||||
pre .preprocessor,
|
||||
pre .preprocessor * {
|
||||
color: rgb(100,56,32);
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #643820;
|
||||
}
|
||||
|
||||
pre .tex .formula {
|
||||
background-color: #EEE;
|
||||
.tex .hljs-formula {
|
||||
background-color: #eee;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
pre .diff .header,
|
||||
pre .chunk {
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #808080;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre .diff .change {
|
||||
background-color: #BCCFF9;
|
||||
.diff .hljs-change {
|
||||
background-color: #bccff9;
|
||||
}
|
||||
|
||||
pre .addition {
|
||||
background-color: #BAEEBA;
|
||||
.hljs-addition {
|
||||
background-color: #baeeba;
|
||||
}
|
||||
|
||||
pre .deletion {
|
||||
background-color: #FFC8BD;
|
||||
.hljs-deletion {
|
||||
background-color: #ffc8bd;
|
||||
}
|
||||
|
||||
pre .comment .yardoctag {
|
||||
.hljs-comment .hljs-yardoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre .method .id {
|
||||
.method .hljs-id {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user