.background {
    background-color: #282c34;
}

.text {
    color: #abb2bf;
}

.variable {
    color: #e06c75;
}

.attribute {
    color: #d19a66;
}

.definition {
    color: #e5c07b;
}

.keyword {
    color: #c678dd;
}

.operator {
    color: #56b6c2;
}

.property {
    color: #56b6c2;   
}

.string {
    color: #98c379;
}

.comment {
    color: #5c6370;    
}

.meta {
    color: #abb2bf;
}

.tag {
    color: #e06c75;
}