.code-mirror-custom{
    background: transparent;
    height: 100%;
}
.CodeMirror{
  height: 100% !important;
  background: #212529 !important;
  color: white !important;
  caret-color: #0fb9ae !important;
}
.CodeMirror-gutters{
    height: 100% !important;
    background: #384149 !important;
    color: white !important;
    border: 0px !important;
}
.CodeMirror-placeholder{
    color: #68809e !important;
}
.cm-style1 { color: #0fb9ae; }
.cm-style2 { color: #0086d4; }
.cm-style3 { color: #d47f00; }
.cm-style4 { color: #18e9f0; }

.CodeMirror-sizer{
  min-height: 50px !important;
}
