2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs
|
2020-09-21 14:19:16 -07:00
|
|
|
display: block
|
|
|
|
overflow-x: auto
|
|
|
|
padding: 0.5em
|
|
|
|
background: color.adjust($primary, $lightness: -6%)
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs, .hljs-subst
|
2020-09-21 14:19:16 -07:00
|
|
|
color: #ebdbb2
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-deletion, .hljs-formula, .hljs-keyword .hljs-selector-tag
|
2020-09-21 14:19:16 -07:00
|
|
|
color: $editorPrimary
|
|
|
|
font-style: italic
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-link
|
2020-09-21 14:19:16 -07:00
|
|
|
color: $highlight
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-built_in, .hljs-emphasis, .hljs-name, .hljs-quote, .hljs-strong, .hljs-title, .hljs-variable
|
2020-09-21 14:19:16 -07:00
|
|
|
color: $editorSecondary
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-attr, .hljs-params, .hljs-template-tag, .hljs-type
|
2020-09-21 14:19:16 -07:00
|
|
|
color: $editorTertiary
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-builtin-name, .hljs-doctag, .hljs-literal, .hljs-number
|
2020-09-21 14:19:16 -07:00
|
|
|
color: #8f3f71
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-code, .hljs-meta, .hljs-regexp, .hljs-selector-id, .hljs-template-variable
|
2020-09-21 14:19:16 -07:00
|
|
|
color: $tertiary
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-addition, .hljs-meta-string, .hljs-section, .hljs-selector-attr, .hljs-selector-class, .hljs-string, .hljs-symbol
|
2020-09-21 14:19:16 -07:00
|
|
|
color: $editorString
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-attribute, .hljs-bullet, .hljs-class, .hljs-function, .hljs-function .hljs-keyword, .hljs-meta-keyword, .hljs-selector-pseudo, .hljs-tag
|
2020-09-21 14:19:16 -07:00
|
|
|
color: color.adjust($primary, $lightness: 50%)
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-comment
|
2020-09-21 14:19:16 -07:00
|
|
|
color: #928374
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-link_label, .hljs-literal, .hljs-number
|
2020-09-21 14:19:16 -07:00
|
|
|
color: #d3869b
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-comment, .hljs-emphasis
|
2020-09-21 14:19:16 -07:00
|
|
|
font-style: italic
|
2019-11-21 22:36:18 -08:00
|
|
|
|
|
|
|
.hljs-section, .hljs-strong, .hljs-tag
|
2020-09-21 14:19:16 -07:00
|
|
|
font-weight: normal
|