/* Original One Light Syntax theme from https://github.com/atom/one-dark-syntax */

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
.hljs {
  color: #ffffff;
  background: #191919
}
.hljs::selection,
.hljs ::selection {
  background-color: #191919;
  color: #ffffff
}
/* purposely do not highlight these things */
.hljs-formula,
.hljs-params,
.hljs-property {
  
}
/* base03 - #545862 -  Comments, Invisibles, Line Highlighting */
.hljs-comment {
  color: #999999
}
/* base04 - #565c64 -  Dark Foreground (Used for status bars) */
.hljs-tag {
  color: #808080
}
/* base05 - #abb2bf -  Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
  color: #ffffff
}
.hljs-operator {
  opacity: 0.7
}
/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
  color: #d95a4c
}
/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
  color: #d67413
}
/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_ {
  color: #d69722
}
.hljs-strong {
  color: #d69722;
  font-weight: bold;
}
/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
  color: #5ba854
}
/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
/* guessing */
.hljs-built_in,
.hljs-doctag,
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
  color: #45b7f7
}
/* base0D - Functions, Methods, Attribute IDs, Headings */
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
  color: #5291ff
}
/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
/* .hljs-selector-id, */
/* .hljs-selector-class, */
/* .hljs-selector-attr, */
/* .hljs-selector-pseudo, */
.hljs-type,
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
  color: #c485ff
}
.hljs-emphasis {
  color: #c485ff;
  font-style: italic
}
/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
/*
  prevent top level .keyword and .string scopes
  from leaking into meta by accident
*/
.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
  color: #819e18
}
/* for v10 compatible themes */
.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
  font-weight: bold
}


pre code.hljs.ctnc {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs.ctnc {
  padding: 3px 5px
}
pre code.hljs.ctnc {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs.ctnc {
  padding: 3px 5px
}
.hljs.ctnc {
  color: #191919;
  background: #fafafa
}
.ctnc.hljs::selection,
.ctnc.hljs ::selection {
  background-color: #e6e6e6;
  color: #191919
}
/* purposely do not highlight these things */
.ctnc .hljs-formula,
.ctnc .hljs-params,
.ctnc .hljs-property {
  
}
/* base03 - #808080 -  Comments, Invisibles, Line Highlighting */
.ctnc .hljs-comment {
  color: #808080
}
/* base04 - #595959 -  Dark Foreground (Used for status bars) */
.ctnc .hljs-tag {
  color: #595959
}
/* base05 - #191919 -  Default Foreground, Caret, Delimiters, Operators */
.ctnc .hljs-subst,
.ctnc .hljs-punctuation,
.ctnc .hljs-operator {
  color: #191919
}
.ctnc .hljs-operator {
  opacity: 0.7
}
/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.ctnc .hljs-bullet,
.ctnc .hljs-variable,
.ctnc .hljs-template-variable,
.hljs-selector-tag,
.ctnc .hljs-name,
.ctnc .hljs-deletion {
  color: #bf0a1c
}
/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.ctnc .hljs-symbol,
.ctnc .hljs-number,
.ctnc .hljs-link,
.ctnc .hljs-attr,
.ctnc .hljs-variable.constant_,
.ctnc .hljs-literal {
  color: #b85500
}
/* base0A - Classes, Markup Bold, Search Text Background */
.ctnc .hljs-title,
.ctnc .hljs-class .hljs-title,
.ctnc .hljs-title.class_ {
  color: #7a5202
}
.ctnc .hljs-strong {
  font-weight: bold;
  color: #7a5202
}
/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.ctnc .hljs-code,
.ctnc .hljs-addition,
.ctnc .hljs-title.class_.inherited__,
.ctnc .hljs-string {
  color: #2e6600
}
/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
/* guessing */
.ctnc .hljs-built_in,
.ctnc .hljs-doctag,
.ctnc .hljs-quote,
.ctnc .hljs-keyword.hljs-atrule,
.ctnc .hljs-regexp {
  color: #1075a3
}
/* base0D - Functions, Methods, Attribute IDs, Headings */
.ctnc .hljs-function .hljs-title,
.ctnc .hljs-attribute,
.ctnc .ruby .hljs-property,
.ctnc .hljs-title.function_,
.ctnc .hljs-section {
  color: #0f5ed4
}
/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
/* .hljs-selector-id, */
/* .hljs-selector-class, */
/* .hljs-selector-attr, */
/* .hljs-selector-pseudo, */
.ctnc .hljs-type,
.ctnc .hljs-template-tag,
.ctnc .diff .hljs-meta,
.ctnc .hljs-keyword {
  color: #841eb0
}
.ctnc .hljs-emphasis {
  color: #841eb0;
  font-style: italic
}
/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
/*
  prevent top level .keyword and .string scopes
  from leaking into meta by accident
*/
.ctnc .hljs-meta,
.ctnc .hljs-meta .hljs-keyword,
.ctnc .hljs-meta .hljs-string {
  color: #576e05
}
/* for v10 compatible themes */
.ctnc .hljs-meta .hljs-keyword,
.ctnc .hljs-meta-keyword {
  font-weight: bold
}
