/* Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. */
/* Paris Carrelage for highlight.js */

pre code.hljs { display: block; overflow-x: auto; padding: 1em; }
code.hljs { padding: 3px 5px; }
.hljs-addition, .hljs-deletion { display: inline-block; width: 100%; } /* diff lines as full-width bands */

.hljs { color: #27342F; background: #EEF2F1; }
.hljs::selection, .hljs ::selection { color: #19221E; background: #B0BFBB; }

.hljs-comment { color: #6C7C76; font-style: italic; }
.hljs-quote { color: #4A5752; font-style: italic; }
.hljs-doctag, .hljs-meta, .hljs-meta .hljs-keyword { color: #B36B51; font-style: italic; }
.hljs-meta .hljs-string { color: #218366; }
.hljs-keyword, .hljs-template-tag { color: #764C00; }
.hljs-operator { color: #56645F; }
.hljs-punctuation, .hljs-tag { color: #56645F; }
.hljs-title, .hljs-title.function_, .hljs-title.function_.invoke__, .hljs-attr { color: #916D07; }
.hljs-built_in { color: #916D07; font-style: italic; }
.hljs-string, .hljs-code { color: #218366; }
.hljs-char.escape_ { color: #B36B51; }
.hljs-regexp { color: #B36B51; }
.hljs-number { color: #AC3B32; }
.hljs-literal, .hljs-symbol, .hljs-variable.constant_, .hljs-formula { color: #AC3B32; }
.hljs-title.class_, .hljs-title.class_.inherited__ { color: #006267; }
.hljs-type { color: #006267; font-style: italic; }
.hljs-variable, .hljs-template-variable, .hljs-subst { color: #27342F; }
.hljs-variable.language_ { color: #AC3B32; font-style: italic; }
.hljs-params { color: #3B4742; font-style: italic; }
.hljs-property, .hljs-attribute { color: #3B4742; }
.hljs-name, .hljs-selector-tag { color: #764C00; }
.hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: #916D07; font-style: italic; }
.hljs-section { color: #916D07; font-weight: bold; }
.hljs-bullet { color: #764C00; }
.hljs-emphasis { color: #27342F; font-style: italic; }
.hljs-strong { color: #19221E; font-weight: bold; }
.hljs-link { color: #25629B; text-decoration: underline; }

/* Diffs: a diff line is one token, so it takes green or red_hi on its tint.
   highlight.js marks hunk headers as meta and file headers as comments. */
.hljs-addition { color: #218366; background: #C5DFD7; }
.hljs-deletion { color: #AC3B32; background: #E7D3D2; }
.language-diff .hljs-meta { color: #25629B; font-style: normal; }
.language-diff .hljs-comment { color: #19221E; font-style: normal; font-weight: bold; }
