/*!
  Theme: StackOverflow Dark
  Description: Dark theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15
  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/

.hljs {
	background-color: #f9ccff;
	background-image: linear-gradient(295deg,#f9ccff 0,#e6bbf9 11%,#9ec6f9 32%,#55e6ee 60%,#91f5d1 74%,#f9ffbf 98%);
	color: #250482
}

.hljs-subtr {
	color: #01958b
}

.hljs-comment, .hljs-doctag, .hljs-meta, .hljs-quote {
	color: #cb7200
}

.hljs-attr, .hljs-regexp, .hljs-selector-id, .hljs-selector-tag, .hljs-tag, .hljs-template-tag {
	color: #07bd5f
}

.hljs-bullet, .hljs-params, .hljs-selector-class {
	color: #43449f
}

.hljs-keyword, .hljs-meta .hljs-keyword, .hljs-section, .hljs-symbol, .hljs-type {
	color: #7d2801
}

.hljs-addition, .hljs-link, .hljs-number {
	color: #7f0096
}

.hljs-string {
	color: #2681ab
}

.hljs-addition, .hljs-attribute {
	color: #296562
}

.hljs-template-variable, .hljs-variable {
	color: #025c8f
}

.hljs-built_in, .hljs-class, .hljs-formula, .hljs-function, .hljs-name, .hljs-title {
	color: #529117
}

.hljs-deletion, .hljs-literal, .hljs-selector-pseudo {
	color: #ad13ff
}

.hljs-emphasis, .hljs-quote {
	font-style: italic
}

.hljs-keyword, .hljs-params, .hljs-section, .hljs-selector-class, .hljs-selector-id, .hljs-selector-tag, .hljs-strong, .hljs-template-tag {
	font-weight: 700
}