/* Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. */
/* Paris Guimard 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: #D9E1DB; background: #1E2E26; }
.hljs::selection, .hljs ::selection { color: #E9EEEC; background: #3E554A; }

.hljs-comment { color: #74857C; font-style: italic; }
.hljs-quote { color: #A9B5AE; font-style: italic; }
.hljs-doctag, .hljs-meta, .hljs-meta .hljs-keyword { color: #FAB49C; font-style: italic; }
.hljs-meta .hljs-string { color: #70CAA9; }
.hljs-keyword, .hljs-template-tag { color: #CA9245; }
.hljs-operator { color: #909E96; }
.hljs-punctuation, .hljs-tag { color: #909E96; }
.hljs-title, .hljs-title.function_, .hljs-title.function_.invoke__, .hljs-attr { color: #F1BF4B; }
.hljs-built_in { color: #F1BF4B; font-style: italic; }
.hljs-string, .hljs-code { color: #70CAA9; }
.hljs-char.escape_ { color: #FAB49C; }
.hljs-regexp { color: #FAB49C; }
.hljs-number { color: #E7877B; }
.hljs-literal, .hljs-symbol, .hljs-variable.constant_, .hljs-formula { color: #E7877B; }
.hljs-title.class_, .hljs-title.class_.inherited__ { color: #549B9F; }
.hljs-type { color: #549B9F; font-style: italic; }
.hljs-variable, .hljs-template-variable, .hljs-subst { color: #D9E1DB; }
.hljs-variable.language_ { color: #E7877B; font-style: italic; }
.hljs-params { color: #C2CBC5; font-style: italic; }
.hljs-property, .hljs-attribute { color: #C2CBC5; }
.hljs-name, .hljs-selector-tag { color: #CA9245; }
.hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: #F1BF4B; font-style: italic; }
.hljs-section { color: #F1BF4B; font-weight: bold; }
.hljs-bullet { color: #CA9245; }
.hljs-emphasis { color: #D9E1DB; font-style: italic; }
.hljs-strong { color: #E9EEEC; font-weight: bold; }
.hljs-link { color: #709BC8; 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: #70CAA9; background: #274137; }
.hljs-deletion { color: #E7877B; background: #422E29; }
.language-diff .hljs-meta { color: #709BC8; font-style: normal; }
.language-diff .hljs-comment { color: #E9EEEC; font-style: normal; font-weight: bold; }
