/* =========================================
   CodeDroid – Monokai Extra Tuning
   Augments the bundled monokai theme
   ========================================= */

/* Monokai base is loaded from CDN, we just tune accents here */
.cm-s-monokai .CodeMirror-linenumber { color: #75715e !important; }
.cm-s-monokai .cm-keyword   { color: #f92672 !important; }
.cm-s-monokai .cm-def       { color: #a6e22e !important; }
.cm-s-monokai .cm-variable  { color: #f8f8f2 !important; }
.cm-s-monokai .cm-variable-2{ color: #9effff !important; }
.cm-s-monokai .cm-variable-3{ color: #9eff5b !important; }
.cm-s-monokai .cm-property  { color: #66d9ef !important; }
.cm-s-monokai .cm-operator  { color: #f92672 !important; }
.cm-s-monokai .cm-comment   { color: #75715e !important; font-style: italic; }
.cm-s-monokai .cm-string    { color: #e6db74 !important; }
.cm-s-monokai .cm-string-2  { color: #e6db74 !important; }
.cm-s-monokai .cm-number    { color: #ae81ff !important; }
.cm-s-monokai .cm-atom      { color: #ae81ff !important; }
.cm-s-monokai .cm-builtin   { color: #66d9ef !important; }
.cm-s-monokai .cm-tag       { color: #f92672 !important; }
.cm-s-monokai .cm-attribute { color: #a6e22e !important; }
.cm-s-monokai .cm-qualifier { color: #a6e22e !important; }
.cm-s-monokai .cm-meta      { color: #f8f8f2 !important; }
.cm-s-monokai .cm-hr        { color: #75715e !important; }
.cm-s-monokai .cm-link      { color: #66d9ef !important; }
.cm-s-monokai .cm-error     { background: #f92672 !important; color: #fff !important; }
