.hljs-meta-string {
    color: #D69D85;
}

.hljs-regexp,
.hljs-template-tag {
    color: #9A5334;
}

.hljs-subst,
.hljs-function,
.hljs-params,
.hljs-formula {
    color: #000;
}

.hljs-doctag {
    color: #608B4E;
}

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

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

.hljs-bullet,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #0079CC;
}

.hljs-addition {
    background-color: rgba(155, 185, 85, 0.2);
    color: rgb(155, 185, 85);
    display: inline-block;
    width: 100%;
}

.hljs-deletion {
    background: rgba(255, 0, 0, 0.2);
    color: rgb(255, 0, 0);
    display: inline-block;
    width: 100%;
}

.hljs-comment,
.hljs-quote,
.hljs-number,
.hljs-class,
.hljs-variable {
    color: #008000;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-tag {
    color: #00f;
}

.hljs-built_in,
.hljs-builtin-name {
    color: #007acc;
}

.hljs-string,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type {
    color: #a31515;
}

.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta,
.hljs-meta-keyword {
    color: #2b91af;
}

.hljs-title,
.hljs-doctag {
    color: #0079CC;
}

.hljs-attr {
    /* zamiast czerwonego w json */
    color: #00f;
}

.hljs-link {
    text-decoration: underline;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
    color: #00b0e8;
}

.language-xml .hljs-name {
    /* zamiast niebieskiego, styl VS */
    color: #A3154C;
}

.language-xml .hljs-string {
/* zamiast bordowego, styl VS */
    color: #0000FF;
}
