pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs-comment{color:#697070}.hljs-punctuation,.hljs-tag{color:#444a}.hljs-tag .hljs-attr,.hljs-tag .hljs-name{color:#0101fd}.hljs-attribute,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#a25151}.hljs-literal{color:#695}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#2a7390}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}

/* Light Theme */

pre .hljs-comment {
	color: #008000;
}

pre .hljs-pscommand,
pre .hljs-keyword,
pre .hljs-selector-tag,
pre .hljs-built_in,
pre .hljs-name,
pre .hljs-string .hljs-subst,
pre .hljs-tag {
	color: #0101fd;
}

pre .hljs-literal {
	color: #07704a;
}


pre .hljs-string .hljs-subst,
pre .hljs-attr {
	color: #0451a5;
}

pre .hljs-string,
pre .hljs-string .hljs-subst .hljs-string,
pre .hljs-section,
pre .hljs-template-tag,
pre .hljs-template-variable,
pre .hljs-deletion,
pre .hljs-code {
	color: #a31515;
}

pre .hljs-parameter,
pre .hljs-type,
pre .hljs-attribute,
pre .hljs-title,
pre .hljs-addition,
pre .hljs-selector-attr,
pre .hljs-selector-pseudo,
pre .hljs-meta {
	color: #006881;
}

pre .hljs-doctag {
	color: #666;
}

pre .hljs-control {
	color: #af00db;
}

pre .hljs-helper {
	color: #795e26;
}

pre .hljs-symbol,
pre .hljs-bullet,
pre .hljs-link {
	color: #0064c8;
}

pre .hljs-emphasis {
	font-style: italic;
}

pre .hljs-strong {
	font-weight: bold;
}

pre .hljs-reserved,
pre .hljs-constant {
	color: #cd3131;
}


/* Dark theme */
html[theme=dark] pre .hljs-comment {
  color: #63b456;
}

html[theme=dark] pre .hljs-number {
  color: #b5cea8;
}

html[theme=dark] pre .hljs-punctuation{
	color:#fff;
}
html[theme=dark] pre .hljs-pscommand,
html[theme=dark] pre .hljs-keyword,
html[theme=dark] pre .hljs-selector-tag,
html[theme=dark] pre .hljs-built_in,
html[theme=dark] pre .hljs-name,
html[theme=dark] pre .hljs-tag {
  color: #569cd6;
}

html[theme=dark] pre.hljs-link,html[theme=dark] pre .hljs-operator,html[theme=dark] pre .hljs-regexp,html[theme=dark] pre .hljs-selector-attr,html[theme=dark] pre .hljs-selector-pseudo,html[theme=dark] pre .hljs-symbol,html[theme=dark] pre .hljs-template-variable,html[theme=dark] pre .hljs-variable{
	color:#eb7474;
}
html[theme=dark] pre .hljs-literal {
  color: #569cd6;
}

html[theme=dark] pre .hljs-title {
  color: #4ec9b0;
}

html[theme=dark] pre .hljs-string .hljs-subst,
html[theme=dark] pre .hljs-attr {
  color: #9cdcfe;
}

html[theme=dark] pre .hljs-string,
html[theme=dark] pre .hljs-string .hljs-subst .hljs-string,
html[theme=dark] pre .hljs-section,
html[theme=dark] pre .hljs-attribute,
html[theme=dark] pre .hljs-template-tag,
html[theme=dark] pre .hljs-template-variable,
html[theme=dark] pre .hljs-deletion,
html[theme=dark] pre .hljs-type,
html[theme=dark] pre .hljs-code {
  color: #ce9178;
}

html[theme=dark] pre .hljs-addition,
html[theme=dark] pre .hljs-selector-attr,
html[theme=dark] pre .hljs-selector-pseudo,
html[theme=dark] pre .hljs-meta {
  color: #2b91af;
}

html[theme=dark] pre .hljs-parameter,
html[theme=dark] pre .hljs-type,
html[theme=dark] pre .hljs-attribute,
html[theme=dark] pre .hljs-title,
html[theme=dark] pre .hljs-addition,
html[theme=dark] pre .hljs-selector-attr,
html[theme=dark] pre .hljs-selector-pseudo,
html[theme=dark] pre .hljs-meta {
  color: #01cfff;
}

html[theme=dark] pre .hljs-control {
  color: #c586c0;
}

html[theme=dark] pre .hljs-helper {
  color: #dcdcaa;
}

html[theme=dark] pre .hljs-doctag,
html[theme=dark] pre .hljs-symbol,
html[theme=dark] pre .hljs-bullet,
html[theme=dark] pre .hljs-link {
  color: #a6a6a6;
}

html[theme=dark] pre .hljs-reserved,
html[theme=dark] pre .hljs-constant {
  color: #f77777;
}