/*

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

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

*/

.cm-s-base16-atelierplateau-dark.CodeMirror {background: #1b1818; color: #e7dfdf;}
.cm-s-base16-atelierplateau-dark div.CodeMirror-selected {background: #292424 !important;}
.cm-s-base16-atelierplateau-dark .CodeMirror-gutters {background: #1b1818; border-right: 0px;}
.cm-s-base16-atelierplateau-dark .CodeMirror-linenumber {color: #655d5d;}
.cm-s-base16-atelierplateau-dark .CodeMirror-cursor {border-left: 1px solid #7e7777 !important;}

.cm-s-base16-atelierplateau-dark span.cm-comment {color: #bd5187;}
.cm-s-base16-atelierplateau-dark span.cm-atom {color: #8464c4;}
.cm-s-base16-atelierplateau-dark span.cm-number {color: #8464c4;}

.cm-s-base16-atelierplateau-dark span.cm-property, .cm-s-base16-atelierplateau-dark span.cm-attribute {color: #4b8b8b;}
.cm-s-base16-atelierplateau-dark span.cm-keyword {color: #ca4949;}
.cm-s-base16-atelierplateau-dark span.cm-string {color: #a06e3b;}

.cm-s-base16-atelierplateau-dark span.cm-variable {color: #4b8b8b;}
.cm-s-base16-atelierplateau-dark span.cm-variable-2 {color: #7272ca;}
.cm-s-base16-atelierplateau-dark span.cm-def {color: #b45a3c;}
.cm-s-base16-atelierplateau-dark span.cm-error {background: #ca4949; color: #7e7777;}
.cm-s-base16-atelierplateau-dark span.cm-bracket {color: #e7dfdf;}
.cm-s-base16-atelierplateau-dark span.cm-tag {color: #ca4949;}
.cm-s-base16-atelierplateau-dark span.cm-link {color: #8464c4;}

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