/* Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. */
/* London Moquette 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: #D8DEEA; background: #1E2941; }
.hljs::selection, .hljs ::selection { color: #E9EDF5; background: #3D4F72; }

.hljs-comment { color: #73819C; font-style: italic; }
.hljs-quote { color: #A9B2C4; font-style: italic; }
.hljs-doctag, .hljs-meta, .hljs-meta .hljs-keyword { color: #AE9EDC; font-style: italic; }
.hljs-meta .hljs-string { color: #77C581; }
.hljs-keyword, .hljs-template-tag { color: #DE8946; }
.hljs-operator { color: #8F9AB0; }
.hljs-punctuation, .hljs-tag { color: #8F9AB0; }
.hljs-title, .hljs-title.function_, .hljs-title.function_.invoke__, .hljs-attr { color: #F2C03F; }
.hljs-built_in { color: #F2C03F; font-style: italic; }
.hljs-string, .hljs-code { color: #77C581; }
.hljs-char.escape_ { color: #AE9EDC; }
.hljs-regexp { color: #AE9EDC; }
.hljs-number { color: #FE8474; }
.hljs-literal, .hljs-symbol, .hljs-variable.constant_, .hljs-formula { color: #FE8474; }
.hljs-title.class_, .hljs-title.class_.inherited__ { color: #54B4B5; }
.hljs-type { color: #54B4B5; font-style: italic; }
.hljs-variable, .hljs-template-variable, .hljs-subst { color: #D8DEEA; }
.hljs-variable.language_ { color: #FE8474; font-style: italic; }
.hljs-params { color: #C1C9D8; font-style: italic; }
.hljs-property, .hljs-attribute { color: #C1C9D8; }
.hljs-name, .hljs-selector-tag { color: #DE8946; }
.hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: #F2C03F; font-style: italic; }
.hljs-section { color: #F2C03F; font-weight: bold; }
.hljs-bullet { color: #DE8946; }
.hljs-emphasis { color: #D8DEEA; font-style: italic; }
.hljs-strong { color: #E9EDF5; font-weight: bold; }
.hljs-link { color: #7595DA; 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: #77C581; background: #283E3A; }
.hljs-deletion { color: #FE8474; background: #462B31; }
.language-diff .hljs-meta { color: #7595DA; font-style: normal; }
.language-diff .hljs-comment { color: #E9EDF5; font-style: normal; font-weight: bold; }
