/*
  Name:       material-ocean
  Author:     Mattia Astorino (http://github.com/equinusocio)
  Website:    https://material-theme.site/
*/

.cm-s-material-ocean.CodeMirror {
  background-color: #0F111A;
  color: #8F93A2;
}

.cm-s-material-ocean .CodeMirror-gutters {
  background: #0F111A;
  color: #464B5D;
  border: none;
}

.cm-s-material-ocean .CodeMirror-guttermarker,
.cm-s-material-ocean .CodeMirror-guttermarker-subtle,
.cm-s-material-ocean .CodeMirror-linenumber {
  color: #464B5D;
}

.cm-s-material-ocean .CodeMirror-cursor {
  border-left: 1px solid #FFCC00;
}

.cm-s-material-ocean div.CodeMirror-selected {
  background: rgba(113, 124, 180, 0.2);
}

.cm-s-material-ocean.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(113, 124, 180, 0.2);
}

.cm-s-material-ocean .CodeMirror-line::selection,
.cm-s-material-ocean .CodeMirror-line>span::selection,
.cm-s-material-ocean .CodeMirror-line>span>span::selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material-ocean .CodeMirror-line::-moz-selection,
.cm-s-material-ocean .CodeMirror-line>span::-moz-selection,
.cm-s-material-ocean .CodeMirror-line>span>span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material-ocean .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.5);
}

.cm-s-material-ocean .cm-keyword {
  color: #C792EA;
}

.cm-s-material-ocean .cm-operator {
  color: #89DDFF;
}

.cm-s-material-ocean .cm-variable-2 {
  color: #EEFFFF;
}

.cm-s-material-ocean .cm-variable-3,
.cm-s-material-ocean .cm-type {
  color: #f07178;
}

.cm-s-material-ocean .cm-builtin {
  color: #FFCB6B;
}

.cm-s-material-ocean .cm-atom {
  color: #F78C6C;
}

.cm-s-material-ocean .cm-number {
  color: #FF5370;
}

.cm-s-material-ocean .cm-def {
  color: #82AAFF;
}

.cm-s-material-ocean .cm-string {
  color: #C3E88D;
}

.cm-s-material-ocean .cm-string-2 {
  color: #f07178;
}

.cm-s-material-ocean .cm-comment {
  color: #464B5D;
}

.cm-s-material-ocean .cm-variable {
  color: #f07178;
}

.cm-s-material-ocean .cm-tag {
  color: #FF5370;
}

/* Light theme variant */
.cm-s-material-ocean-light.CodeMirror {
  background-color: #fafafa;
  color: #424242;
}

.cm-s-material-ocean-light .CodeMirror-gutters {
  background: #fafafa;
  color: #90a4ae;
  border: none;
}

.cm-s-material-ocean-light .CodeMirror-guttermarker,
.cm-s-material-ocean-light .CodeMirror-guttermarker-subtle,
.cm-s-material-ocean-light .CodeMirror-linenumber {
  color: #90a4ae;
}

.cm-s-material-ocean-light .CodeMirror-cursor {
  border-left: 1px solid #1976d2;
}

.cm-s-material-ocean-light div.CodeMirror-selected {
  background: rgba(25, 118, 210, 0.1);
}

.cm-s-material-ocean-light.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(25, 118, 210, 0.1);
}

.cm-s-material-ocean-light .cm-keyword {
  color: #7c4dff;
}

.cm-s-material-ocean-light .cm-operator {
  color: #00bcd4;
}

.cm-s-material-ocean-light .cm-variable-2 {
  color: #212121;
}

.cm-s-material-ocean-light .cm-variable-3,
.cm-s-material-ocean-light .cm-type {
  color: #e91e63;
}

.cm-s-material-ocean-light .cm-builtin {
  color: #ff9800;
}

.cm-s-material-ocean-light .cm-atom {
  color: #ff5722;
}

.cm-s-material-ocean-light .cm-number {
  color: #f44336;
}

.cm-s-material-ocean-light .cm-def {
  color: #2196f3;
}

.cm-s-material-ocean-light .cm-string {
  color: #4caf50;
}

.cm-s-material-ocean-light .cm-string-2 {
  color: #e91e63;
}

.cm-s-material-ocean-light .cm-comment {
  color: #90a4ae;
}

.cm-s-material-ocean-light .cm-variable {
  color: #e91e63;
}

.cm-s-material-ocean-light .cm-tag {
  color: #f44336;
}
