/*

    Name:       Base16 Atelier Forest Dark
    Author:     Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest)

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

.cm-s-base16-atelierforest-dark.CodeMirror {background: #1b1918; color: #e6e2e0;}
.cm-s-base16-atelierforest-dark div.CodeMirror-selected {background: #2c2421 !important;}
.cm-s-base16-atelierforest-dark .CodeMirror-gutters {background: #1b1918; border-right: 0px;}
.cm-s-base16-atelierforest-dark .CodeMirror-linenumber {color: #766e6b;}
.cm-s-base16-atelierforest-dark .CodeMirror-cursor {border-left: 1px solid #9c9491 !important;}

.cm-s-base16-atelierforest-dark span.cm-comment {color: #c33ff3;}
.cm-s-base16-atelierforest-dark span.cm-atom {color: #6666ea;}
.cm-s-base16-atelierforest-dark span.cm-number {color: #6666ea;}

.cm-s-base16-atelierforest-dark span.cm-property, .cm-s-base16-atelierforest-dark span.cm-attribute {color: #5ab738;}
.cm-s-base16-atelierforest-dark span.cm-keyword {color: #f22c40;}
.cm-s-base16-atelierforest-dark span.cm-string {color: #d5911a;}

.cm-s-base16-atelierforest-dark span.cm-variable {color: #5ab738;}
.cm-s-base16-atelierforest-dark span.cm-variable-2 {color: #407ee7;}
.cm-s-base16-atelierforest-dark span.cm-def {color: #df5320;}
.cm-s-base16-atelierforest-dark span.cm-error {background: #f22c40; color: #9c9491;}
.cm-s-base16-atelierforest-dark span.cm-bracket {color: #e6e2e0;}
.cm-s-base16-atelierforest-dark span.cm-tag {color: #f22c40;}
.cm-s-base16-atelierforest-dark span.cm-link {color: #6666ea;}

.cm-s-base16-atelierforest-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
