/*

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

    CodeMirror template adapted for IPython Notebook by Nikhil Sonnad (https://github.com/nsonnad/base16-ipython-notebook)
    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)

*/

/* Uncomment to use a custom font
div#notebook, div.CodeMirror, div.output_area pre, div.output_wrapper, div.prompt {
  font-family: 'Custom Font Name', monospace !important;
}
*/

/* GLOBALS */
body {background-color: #22221b;}
a {color: #36a166;}

/* INTRO PAGE */
.toolbar_info, .list_container {color: #e7e6df;}

/* NOTEBOOK */

/* comment out this line to bring the toolbar back */
div#maintoolbar, div#header {display: none !important;}

div#notebook {border-top: none;}

div.input_prompt {color: #9d6c7c;}
div.output_prompt {color: #5f9182;}
div.input_area {
  border-radius: 0px;
  border: 1px solid #5f5e4e;
}
div.output_area pre {font-weight: normal; color: #929181;}

.rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
  border: 1px  #929181 solid;
  color: #929181;
}
div.output_html { font-family: sans-serif; }
table.dataframe tr {border: 1px #929181;}

div.cell.selected {border-radius: 0px;}
div.cell.edit_mode {border-radius: 0px; border: thin solid #5f9182;}
div.text_cell_render, div.output_html {color: #929181;}

span.ansiblack {color: #302f27;}
span.ansiblue {color: #5b9d48;}
span.ansigray {color: #878573;}
span.ansigreen {color: #7d9726;}
span.ansipurple {color: #5f9182;}
span.ansired {color: #ba6236;}
span.ansiyellow {color: #a5980d;}

div.output_stderr {background-color: #ba6236;}
div.output_stderr pre {color: #e7e6df;}

.cm-s-ipython.CodeMirror {background: #22221b; color: #e7e6df;}
.cm-s-ipython div.CodeMirror-selected {background: #302f27 !important;}
.cm-s-ipython .CodeMirror-gutters {background: #22221b; border-right: 0px;}
.cm-s-ipython .CodeMirror-linenumber {color: #6c6b5a;}
.cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #878573 !important;}

.cm-s-ipython span.cm-comment {color: #9d6c7c;}
.cm-s-ipython span.cm-atom {color: #5f9182;}
.cm-s-ipython span.cm-number {color: #5f9182;}

.cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #7d9726;}
.cm-s-ipython span.cm-keyword {color: #ba6236;}
.cm-s-ipython span.cm-string {color: #a5980d;}
.cm-s-ipython span.cm-operator {color: #9d6c7c;}
.cm-s-ipython span.cm-builtin {color: #5f9182;}

.cm-s-ipython span.cm-variable {color: #7d9726;}
.cm-s-ipython span.cm-variable-2 {color: #36a166;}
.cm-s-ipython span.cm-def {color: #ae7313;}
.cm-s-ipython span.cm-error {background: #ba6236; color: #878573;}
.cm-s-ipython span.cm-bracket {color: #929181;}
.cm-s-ipython span.cm-tag {color: #ba6236;}
.cm-s-ipython span.cm-link {color: #5f9182;}

.cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #e7e6df !important;}
