Merge pull request #225 from integer32llc/update-hljs

Update to highlight.js 9.10.0
This commit is contained in:
Steve Klabnik 2017-03-10 05:53:10 -08:00 committed by GitHub
commit c7916c4818
2 changed files with 26 additions and 63 deletions

View File

@ -12,96 +12,59 @@
/* Atelier-Dune Comment */ /* Atelier-Dune Comment */
.hljs-comment { .hljs-comment,
.hljs-quote {
color: #AAA; color: #AAA;
} }
/* Atelier-Dune Red */ /* Atelier-Dune Red */
.hljs-variable, .hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag, .hljs-tag,
.hljs-regexp,
.hljs-name, .hljs-name,
.ruby .hljs-constant, .hljs-regexp,
.xml .hljs-tag .hljs-title, .hljs-link,
.xml .hljs-pi, .hljs-name,
.xml .hljs-doctype, .hljs-selector-id,
.html .hljs-doctype, .hljs-selector-class {
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
color: #d73737; color: #d73737;
} }
/* Atelier-Dune Orange */ /* Atelier-Dune Orange */
.hljs-number, .hljs-number,
.hljs-preprocessor, .hljs-meta,
.hljs-built_in, .hljs-built_in,
.hljs-builtin-name,
.hljs-literal, .hljs-literal,
.hljs-params, .hljs-type,
.hljs-attribute, .hljs-params {
.hljs-constant {
color: #b65611; color: #b65611;
} }
/* Atelier-Dune Yellow */
.ruby .hljs-class .hljs-title,
.css .hljs-rule .hljs-attribute {
color: #ae9513;
}
/* Atelier-Dune Green */ /* Atelier-Dune Green */
.hljs-string, .hljs-string,
.hljs-value, .hljs-symbol,
.hljs-inheritance, .hljs-bullet {
.ruby .hljs-symbol, color: #60ac39;
.xml .hljs-cdata {
color: #2a9292;
}
/* Atelier-Dune Aqua */
.hljs-title,
.css .hljs-hexcolor {
color: #1fad83;
} }
/* Atelier-Dune Blue */ /* Atelier-Dune Blue */
.hljs-function, .hljs-title,
.python .hljs-decorator, .hljs-section {
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.javascript .hljs-title,
.coffeescript .hljs-title {
color: #6684e1; color: #6684e1;
} }
/* Atelier-Dune Purple */ /* Atelier-Dune Purple */
.hljs-keyword, .hljs-keyword,
.javascript .hljs-function { .hljs-selector-tag {
color: #b854d4; color: #b854d4;
} }
.coffeescript .javascript, .hljs-emphasis {
.javascript .xml, font-style: italic;
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
} }
/* markdown */ .hljs-strong {
.hljs-header { font-weight: bold;
color: #A30000;
}
.hljs-link_label {
color: #33CCCC;
}
.hljs-link_url {
color: #CC66FF;
} }

File diff suppressed because one or more lines are too long