/*!
 * GitHub Dark v0.4.1
 * Copyright (c) 2012 - 2017 GitHub, Inc.
 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
 */
.cm-s-github-dark.CodeMirror {
  background: #20272b;
  color: #ddd; }

.cm-s-github-dark .CodeMirror-gutters {
  background: #20272b;
  border-right-width: 0; }

.cm-s-github-dark .CodeMirror-guttermarker {
  color: white; }

.cm-s-github-dark .CodeMirror-guttermarker-subtle {
  color: #d0d0d0; }

.cm-s-github-dark .CodeMirror-linenumber {
  color: #6e7880;
  padding: 0 16px 0 16px; }

.cm-s-github-dark .CodeMirror-cursor {
  border-left: 1px solid #ddd; }

.cm-s-github-dark div.CodeMirror-selected,
.cm-s-github-dark .CodeMirror-line::selection,
.cm-s-github-dark .CodeMirror-line > span::selection,
.cm-s-github-dark .CodeMirror-line > span > span::selection,
.cm-s-github-dark .CodeMirror-line::-moz-selection,
.cm-s-github-dark .CodeMirror-line > span::-moz-selection,
.cm-s-github-dark .CodeMirror-line > span > span::-moz-selection {
  background: #832563; }

.cm-s-github-dark .CodeMirror-activeline-background {
  background: #464a4d; }

.cm-s-github-dark .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #ddd !important; }

.cm-s-github-dark .CodeMirror-lines {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  background: #20272b;
  line-height: 20px; }

.cm-s-github-dark .cm-comment {
  color: #969896; }

.cm-s-github-dark .cm-constant {
  color: #0099cd; }

.cm-s-github-dark .cm-entity {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #9774cb; }

.cm-s-github-dark .cm-keyword {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #cc2372; }

.cm-s-github-dark .cm-storage {
  color: #cc2372; }

.cm-s-github-dark .cm-string {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #3c66e2; }

.cm-s-github-dark .cm-support {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #0099cd; }

.cm-s-github-dark .cm-variable {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fb8764; }
