/* Token colors match Sphinx/Pygments default (Visual Studio), as used by
 * Unicon Programming: https://unicon.sourceforge.io/up/
 * Dark theme overrides these in book.css.
 */

pre.highlight, pre:has(code.language-unicon), pre:has(code.language-json) {
  line-height: 1.45;
}

.tok-keyword { color: #0000ff; }
.tok-builtin { color: #2b91af; }
.tok-string  { color: #a31515; }
.tok-cset    { color: #a31515; }
.tok-comment { color: #008000; }
.tok-number  { color: #a000a0; }
.tok-op      { color: #0000ff; }
.tok-ident   { color: inherit; }
