.comment {
    background: #fff;
    color: #999;
}

.keyword {
    background: #fff;
    color: #090;
}

.value {
    background: #eef;
    color: #009;
    font-weight: bold;
}

.number {
    background: #fee;
    color: #f00;
}

.operator {
    background: #fff;
    color: #666;
}

.string {
    background: #fef;
    color: #606;
}

.string.block {
    background: #fff;
    color: #900;
}