/* Terminal dark code palette (Dracula/Tokyo-Night hybrid).
   Overrides mdBook's bundled tomorrow-night.css; loaded for the `navy`
   ("Terminal") theme by book.js. */

.hljs {
    display: block;
    overflow-x: auto;
    background: #1a1d26;
    color: #e0e0e0;
    padding: 0.5em;
}

.hljs-comment,
.hljs-quote {
    color: #6272a4;
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-tag {
    color: #bd93f9;
}

.hljs-string,
.hljs-regexp,
.hljs-addition {
    color: #10b981;
}

.hljs-number,
.hljs-literal,
.hljs-link,
.hljs-meta {
    color: #ff9e64;
}

.hljs-title,
.hljs-section,
.hljs-name,
.hljs-function .hljs-title {
    color: #ffb86c;
}

.hljs-attribute,
.hljs-variable,
.hljs-template-variable,
.hljs-class .hljs-title,
.hljs-type {
    color: #7aa2f7;
}

.hljs-symbol,
.hljs-bullet,
.hljs-built_in,
.hljs-builtin-name {
    color: #f7768e;
}

.hljs-deletion {
    color: #f7768e;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}
