hljs, an-old-hope: update v9.18.3 -> v10.2.0

* credits : https://cdnjs.com/libraries/highlight.js
This commit is contained in:
Aditya Telange 2020-09-18 18:36:48 +05:30
parent ce408f6afc
commit 7820730b04
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 68 additions and 26 deletions

View File

@ -1,55 +1,55 @@
.hljs-comment, .hljs-comment,
.hljs-quote { .hljs-quote {
color: #B6B18B color: #b6b18b
} }
.hljs-variable, .hljs-deletion,
.hljs-template-variable,
.hljs-tag,
.hljs-name, .hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp, .hljs-regexp,
.hljs-deletion { .hljs-selector-class,
color: #EB3C54 .hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
color: #eb3c54
} }
.hljs-number,
.hljs-built_in, .hljs-built_in,
.hljs-builtin-name, .hljs-builtin-name,
.hljs-link,
.hljs-literal, .hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta, .hljs-meta,
.hljs-link { .hljs-number,
color: #E7CE56 .hljs-params,
.hljs-type {
color: #e7ce56
} }
.hljs-attribute { .hljs-attribute {
color: #EE7C2B color: #ee7c2b
} }
.hljs-string, .hljs-addition,
.hljs-symbol,
.hljs-bullet, .hljs-bullet,
.hljs-addition { .hljs-string,
color: #4FB4D7 .hljs-symbol {
color: #4fb4d7
} }
.hljs-title, .hljs-section,
.hljs-section { .hljs-title {
color: #78BB65 color: #78bb65
} }
.hljs-keyword, .hljs-keyword,
.hljs-selector-tag { .hljs-selector-tag {
color: #B45EA4 color: #b45ea4
} }
.hljs { .hljs {
display: block; display: block;
overflow-x: auto; overflow-x: auto;
background: #1C1D21; background: #1c1d21;
color: #c0c5ce; color: #c0c5ce;
padding: .5em padding: .5em
} }
@ -59,5 +59,5 @@
} }
.hljs-strong { .hljs-strong {
font-weight: bold font-weight: 700
} }

File diff suppressed because one or more lines are too long