view third_party/highlight/styles/xt256.css @ 262:0f45474c1b1a

Add cyberpunk JRPG blog browser Show the latest posts in the JRPG preview and render the full blog archive and sanitized post details in the Inspect modal. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Thu, 06 Aug 2026 04:08:45 -0700
parents 2db6253f355d
children
line wrap: on
line source

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*
  xt256.css

  Contact: initbar [at] protonmail [dot] ch
         : github.com/initbar
*/
.hljs {
  color: #eaeaea;
  background: #000
}
.hljs-subst {
  color: #eaeaea
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-type {
  color: #eaeaea
}
.hljs-params {
  color: #da0000
}
.hljs-literal,
.hljs-number,
.hljs-name {
  color: #ff0000;
  font-weight: bolder
}
.hljs-comment {
  color: #969896
}
.hljs-selector-id,
.hljs-quote {
  color: #00ffff
}
.hljs-template-variable,
.hljs-variable,
.hljs-title {
  color: #00ffff;
  font-weight: bold
}
.hljs-selector-class,
.hljs-keyword,
.hljs-symbol {
  color: #fff000
}
.hljs-string,
.hljs-bullet {
  color: #00ff00
}
.hljs-tag,
.hljs-section {
  color: #000fff
}
.hljs-selector-tag {
  color: #000fff;
  font-weight: bold
}
.hljs-attribute,
.hljs-built_in,
.hljs-regexp,
.hljs-link {
  color: #ff00ff
}
.hljs-meta {
  color: #fff;
  font-weight: bolder
}