.hljs {
    background-color: #f9f9f9;
    border: 1px solid #d3d6db;
    color: #000;
    display: block;
    overflow-x: auto;
    padding: 1em;
    border-radius: 5px;
}

[data-bs-theme=dark] .hljs {
    background-color: #2e2e2e;
    border: 1px solid #454545;
    color: #e3e3e3;
}

.hljs-comment {
    color: #008000
}

.hljs-built_in,
.hljs-keyword,
.hljs-name,
.hljs-pscommand,
.hljs-selector-tag,
.hljs-tag {
    color: #0101FD
}

.hljs-literal {
    color: #07704a
}

.hljs-string .hljs-subst {
    color: hsla(0, 0%, 9%, 1);
}

.hljs-code,
.hljs-deletion,
.hljs-section,
.hljs-string,
.hljs-string .hljs-subst .hljs-string,
.hljs-template-tag,
.hljs-template-variable {
    color: #a31515
}

.hljs-addition,
.hljs-attribute,
.hljs-meta,
.hljs-parameter,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-title,
.hljs-type {
    color: #007d9a
}

.hljs-doctag {
    color: #737373
}

.hljs-attr {
    color: #0451a5
}

.hljs-control {
    color: #af00db
}

.hljs-helper {
    color: #795e26
}

.hljs-bullet,
.hljs-link,
.hljs-symbol {
    color: #00b0e8
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 600
}

.hljs-constant,
.hljs-reserved {
    color: #cd3131
}

[data-bs-theme=dark] .line-highlight {
    background-color: darkgreen
}

[data-bs-theme=dark] .hljs-comment {
    color: #57A64A
}

[data-bs-theme=dark] .hljs-number {
    color: #b5cea8
}

[data-bs-theme=dark] .hljs-built_in,
[data-bs-theme=dark] .hljs-keyword,
[data-bs-theme=dark] .hljs-literal,
[data-bs-theme=dark] .hljs-name,
[data-bs-theme=dark] .hljs-pscommand,
[data-bs-theme=dark] .hljs-selector-tag,
[data-bs-theme=dark] .hljs-tag {
    color: #569cd6
}

[data-bs-theme=dark] .hljs-title {
    color: #4EC9B0
}

[data-bs-theme=dark] .hljs-string .hljs-subst {
    color: #ff8c00;
}

[data-bs-theme=dark] .hljs-attribute,
[data-bs-theme=dark] .hljs-code,
[data-bs-theme=dark] .hljs-deletion,
[data-bs-theme=dark] .hljs-section,
[data-bs-theme=dark] .hljs-string,
[data-bs-theme=dark] .hljs-string .hljs-subst .hljs-string,
[data-bs-theme=dark] .hljs-template-tag,
[data-bs-theme=dark] .hljs-template-variable,
[data-bs-theme=dark] .hljs-type {
    color: #ce9178
}

[data-bs-theme=dark] .hljs-addition,
[data-bs-theme=dark] .hljs-meta,
[data-bs-theme=dark] .hljs-selector-attr,
[data-bs-theme=dark] .hljs-selector-pseudo {
    color: #2b91af
}

[data-bs-theme=dark] .hljs-doctag {
    color: #808080
}

[data-bs-theme=dark] .hljs-attr {
    color: #9cdcfe
}

[data-bs-theme=dark] .hljs-addition,
[data-bs-theme=dark] .hljs-attribute,
[data-bs-theme=dark] .hljs-meta,
[data-bs-theme=dark] .hljs-parameter,
[data-bs-theme=dark] .hljs-selector-attr,
[data-bs-theme=dark] .hljs-selector-pseudo,
[data-bs-theme=dark] .hljs-title,
[data-bs-theme=dark] .hljs-type {
    color: #01cfff
}

[data-bs-theme=dark] .hljs-control {
    color: #c586c0
}

[data-bs-theme=dark] .hljs-helper {
    color: #dcdcaa
}

[data-bs-theme=dark] .hljs-bullet,
[data-bs-theme=dark] .hljs-link,
[data-bs-theme=dark] .hljs-symbol {
    color: #808080
}

[data-bs-theme=dark] .hljs-constant,
[data-bs-theme=dark] .hljs-reserved {
    color: #f44747
}