@media (prefers-color-scheme: dark) {
    td.lineNumbers {
        border-right: 1px solid #666666;
        color: #666666;
    }

    .sourceCode span.kw {
        color: #4fc1ff !important;
    }
    .sourceCode span.dt {
        color: #ff7f7f !important;
    }
    .sourceCode span.dv {
        color: #9aff9a !important;
    }
    .sourceCode span.bn {
        color: #9aff9a !important;
    }
    .sourceCode span.fl {
        color: #9aff9a !important;
    }
    .sourceCode span.ch {
        color: #ffb366 !important;
    }
    .sourceCode span.st {
        color: #ffb366 !important;
    }
    .sourceCode span.co {
        color: #87ceeb !important;
    }
    .sourceCode span.ot {
        color: #4fc1ff !important;
    }
    .sourceCode span.al {
        color: #ff6b6b !important;
    }
    .sourceCode span.fu {
        color: #dda0dd !important;
    }
    .sourceCode span.er {
        color: #ff6b6b !important;
    }

    .sourceCode span.pp {
        color: #ffb366 !important;
    }
    .sourceCode span.im {
        color: #4fc1ff !important;
    }
    .sourceCode span.va {
        color: #dda0dd !important;
    }
    .sourceCode span.vs {
        color: #ffb366 !important;
    }
    .sourceCode span.ss {
        color: #ffb366 !important;
    }
    .sourceCode span.an {
        color: #87ceeb !important;
    }
    .sourceCode span.cf {
        color: #4fc1ff !important;
    }
    .sourceCode span.op {
        color: #ffffff !important;
    }
}
