*[data-controller="ux--highlight"] {
    background: #fff;
    color: #0e0e0e;

    .comment,
    .quote {
        color: #800;
    }

    .number {
        color: #066;
    }

    .key {
        color: #008;
    }

    .string {
        color: #080;
    }

    .boolean {
        color: #606;
    }

    .null {
        color: #4a4a4a
    }
}
