.codestyle-dark .token.comment,
.codestyle-dark .token.block-comment,
.codestyle-dark .token.prolog,
.codestyle-dark .token.doctype,
.codestyle-dark .token.cdata {
    color: #999;
}

.codestyle-dark .token.punctuation {
    color: #ccc;
}

.codestyle-dark .token.tag,
.codestyle-dark .token.attr-name,
.codestyle-dark .token.namespace,
.codestyle-dark .token.deleted {
    color: #e2777a;
}

.codestyle-dark .token.function-name {
    color: #6196cc;
}

.codestyle-dark .token.boolean,
.codestyle-dark .token.number,
.codestyle-dark .token.function {
    color: #f08d49;
}

.codestyle-dark .token.property,
.codestyle-dark .token.class-name,
.codestyle-dark .token.constant,
.codestyle-dark .token.symbol {
    color: #f8c555;
}

.codestyle-dark .token.selector,
.codestyle-dark .token.important,
.codestyle-dark .token.atrule,
.codestyle-dark .token.keyword,
.codestyle-dark .token.builtin {
    color: #cc99cd;
}

.codestyle-dark .token.string,
.codestyle-dark .token.char,
.codestyle-dark .token.attr-value,
.codestyle-dark .token.regex,
.codestyle-dark .token.variable {
    color: #7ec699;
}

.codestyle-dark .token.operator,
.codestyle-dark .token.entity,
.codestyle-dark .token.url {
    color: #67cdcc;
}

.codestyle-dark .token.important,
.codestyle-dark .token.bold {
    font-weight: bold;
}
.codestyle-dark .token.italic {
    font-style: italic;
}

.codestyle-dark .token.entity {
    cursor: help;
}

.codestyle-dark .token.inserted {
    color: green;
}