.hljs, .dark-theme .hljs {
    background: var(--color-syntax-bg);
}

.hljs-comment,
.hljs-quote {
    color: var(--color-syntax-comment);
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag {
    font-weight: 600;
}

.hljs-keyword {
    color: var(--color-syntax-keyword);
}

.hljs-number,
.hljs-literal,
.hljs-tag .hljs-attr {
    color: var(--color-syntax-number);
}

.hljs-template-variable,
.hljs-variable {
    color: var(--color-syntax-variable);
}

.hljs-string,
.hljs-doctag {
    color: var(--color-syntax-string);
}

.hljs-title,
.hljs-section,
.hljs-char.escape_,
.hljs-selector-id {
    color: var(--color-syntax-string-escape);
    font-weight: 600;
}

.hljs-subst {
    color: var(--color-syntax-variable);
    font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
    color: var(--color-syntax-type);
    font-weight: 600;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
    color: var(--color-syntax-tag);
    font-weight: normal;
}

.hljs-regexp,
.hljs-link {
    color: var(--color-syntax-regexp);
}

.hljs-symbol,
.hljs-bullet {
    color: var(--color-syntax-symbol);
}

.hljs-built_in,
.hljs-builtin-name {
    color: var(--color-syntax-builtin);
}

.hljs-meta {
    color: var(--color-syntax-meta);
    font-weight: 600;
}

.hljs-deletion {
    background: var(--color-syntax-deletion-bg);
}

.hljs-addition {
    background: var(--color-syntax-addition-bg);
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: 600;
}
