MediaWiki:Libs/codemirror/theme/github-dark.css

 

   ,  

Замечание. Возможно, после сохранения вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

.CodeMirror {
  min-height: 600px;
}

.cm-s-github-dark.CodeMirror {
  background-color: #22272e;
  color: #adbac7;
}

.cm-s-github-dark .CodeMirror-gutters {
  background: #22272e;
  color: #768390;
  border: none;
}

.cm-s-github-dark .CodeMirror-guttermarker,
.cm-s-github-dark .CodeMirror-guttermarker-subtle,
.cm-s-github-dark .CodeMirror-linenumber {
  color: #768390;
}

.cm-s-github-dark .CodeMirror-cursor {
  border-left: 2px solid #539bf5;
}

.cm-s-github-dark div.CodeMirror-selected {
  background: #26374b;
}

.cm-s-github-dark.CodeMirror-focused div.CodeMirror-selected {
  background: #26374b;
}

.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: #262f3c;
}

.cm-s-github-dark .CodeMirror-line::selection,
.cm-s-github-dark .CodeMirror-line > span::selection,
.cm-s-github-dark .CodeMirror-line > span > span::selection {
  background: #262f3c;
}

.cm-s-github-dark .CodeMirror-activeline-background {
  background: #2b2f36;
}

.cm-s-github-dark .cm-keyword {
  color: #c792ea;
}

.cm-s-github-dark .cm-operator {
  color: #89ddff;
}

.cm-s-github-dark .cm-variable-2 {
  color: #eff;
}

.cm-s-github-dark .cm-type,
.cm-s-github-dark .cm-variable-3 {
  color: #f07178;
}

.cm-s-github-dark .cm-builtin {
  color: #ffcb6b;
}

.cm-s-github-dark .cm-atom {
  color: #f78c6c;
}

.cm-s-github-dark .cm-number {
  color: #ff5370;
}

.cm-s-github-dark .cm-def {
  color: #82aaff;
}

.cm-s-github-dark .cm-string {
  color: #96d0ff;
}

.cm-s-github-dark .cm-string-2 {
  color: #f07178;
}

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

.cm-s-github-dark .cm-variable {
  color: #f07178;
}

.cm-s-github-dark .cm-tag {
  color: #8ddb8c;
}

.cm-s-github-dark .cm-meta {
  color: #ffcb6b;
}

.cm-s-github-dark .cm-attribute {
  color: #6cb6ff;
}

.cm-s-github-dark .cm-property {
  color: #6cb6ff;
}

.cm-s-github-dark .cm-qualifier {
  color: #decb6b;
}

.cm-s-github-dark .cm-type,
.cm-s-github-dark .cm-variable-3 {
  color: #decb6b;
}

.cm-s-github-dark .cm-error {
  color: #fff;
  background-color: #ff5370;
}

.cm-s-github-dark .CodeMirror-matchingbracket {
  color: #ffd718 !important;
}

.CodeMirror-matchingtag {
  background: #464e59 !important;
}
 
Профиль