.hlrs-function {
    color: #61afef;
}

.hlrs-litstr,
.hlrs-string {
    color: #98c379;
}

.hlrs-selftoken,
.hlrs-keyword {
    color: #c678dd;
}

.hlrs-const,
.hlrs-macro,
.hlrs-litnum {
    color: #d19a66;
}

.hlrs-segment,
.hlrs-returntype,
.hlrs-fntype,
.hlrs-type {
    color: #e5c07b;
}

.hlrs-variable,
.hljs-meta {
    color: #e06c75;
}

.hlrs-comment {
    color: #5c6370;
    font-style: italic;
}

.hlrs-lifetime {
    color: #a9cee7;
}

.hlrs-enum {
    color: #56b6c2;
}

.hlrs-attribute {
    color: lightgrey;
}

.hljs-symbol {
    color: #FDC5B1
}