/* Motyw jasny dla CodeMirror Material */
html.light-mode .cm-s-material.CodeMirror {
  background-color: #fafafa;
  color: #333;
}

html.light-mode .cm-s-material .CodeMirror-gutters {
  background: #f5f5f5;
  color: #999;
  border: none;
}

html.light-mode .cm-s-material .CodeMirror-guttermarker,
html.light-mode .cm-s-material .CodeMirror-guttermarker-subtle,
html.light-mode .cm-s-material .CodeMirror-linenumber {
  color: #999;
}

html.light-mode .cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #000;
}

html.light-mode .cm-s-material.cm-fat-cursor .CodeMirror-cursor {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

html.light-mode .cm-s-material .cm-animate-fat-cursor {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

html.light-mode .cm-s-material div.CodeMirror-selected {
  background: rgba(0, 0, 255, 0.1);
}

html.light-mode .cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(0, 0, 255, 0.15);
}

html.light-mode .cm-s-material .CodeMirror-line::selection,
html.light-mode .cm-s-material .CodeMirror-line>span::selection,
html.light-mode .cm-s-material .CodeMirror-line>span>span::selection {
  background: rgba(0, 0, 255, 0.1);
}

html.light-mode .cm-s-material .CodeMirror-line::-moz-selection,
html.light-mode .cm-s-material .CodeMirror-line>span::-moz-selection,
html.light-mode .cm-s-material .CodeMirror-line>span>span::-moz-selection {
  background: rgba(0, 0, 255, 0.1);
}

html.light-mode .cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.05);
}

html.light-mode .cm-s-material .cm-keyword {
  color: #7c4dff;
}

html.light-mode .cm-s-material .cm-operator {
  color: #0288d1;
}

html.light-mode .cm-s-material .cm-variable-2 {
  color: #333;
}

html.light-mode .cm-s-material .cm-type,
html.light-mode .cm-s-material .cm-variable-3 {
  color: #d32f2f;
}

html.light-mode .cm-s-material .cm-builtin {
  color: #f57c00;
}

html.light-mode .cm-s-material .cm-atom {
  color: #e65100;
}

html.light-mode .cm-s-material .cm-number {
  color: #c62828;
}

html.light-mode .cm-s-material .cm-def {
  color: #1565c0;
}

html.light-mode .cm-s-material .cm-string {
  color: #388e3c;
}

html.light-mode .cm-s-material .cm-string-2 {
  color: #d32f2f;
}

html.light-mode .cm-s-material .cm-comment {
  color: #aaa;
}

html.light-mode .cm-s-material .cm-variable {
  color: #d32f2f;
}

html.light-mode .cm-s-material .cm-tag {
  color: #c62828;
}

html.light-mode .cm-s-material .cm-meta {
  color: #f57c00;
}

html.light-mode .cm-s-material .cm-attribute {
  color: #7c4dff;
}

html.light-mode .cm-s-material .cm-property {
  color: #7c4dff;
}

html.light-mode .cm-s-material .cm-qualifier {
  color: #f57c00;
}

html.light-mode .cm-s-material .cm-error {
  color: #fff;
  background-color: #c62828;
}

html.light-mode .cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #000 !important;
}
