/* Color hostname property in blue */
.token-string[title="hostname"] {
    color: #0096FF !important;
}

/* Color raw property in white */
.token-string[title="raw"] {
    color: white !important;
}