UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

87 lines (67 loc) 3.05 kB
/* Name: Base16 Atelier Forest Dark Author: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) 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: #1b1918;} a {color: #407ee7;} /* INTRO PAGE */ .toolbar_info, .list_container {color: #e6e2e0;} /* 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: #c33ff3;} div.output_prompt {color: #6666ea;} div.input_area { border-radius: 0px; border: 1px solid #68615e; } div.output_area pre {font-weight: normal; color: #a8a19f;} .rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td { border: 1px #a8a19f solid; color: #a8a19f; } div.output_html { font-family: sans-serif; } table.dataframe tr {border: 1px #a8a19f;} div.cell.selected {border-radius: 0px;} div.cell.edit_mode {border-radius: 0px; border: thin solid #6666ea;} div.text_cell_render, div.output_html {color: #a8a19f;} span.ansiblack {color: #2c2421;} span.ansiblue {color: #3d97b8;} span.ansigray {color: #9c9491;} span.ansigreen {color: #7b9726;} span.ansipurple {color: #6666ea;} span.ansired {color: #f22c40;} span.ansiyellow {color: #c38418;} div.output_stderr {background-color: #f22c40;} div.output_stderr pre {color: #e6e2e0;} .cm-s-ipython.CodeMirror {background: #1b1918; color: #e6e2e0;} .cm-s-ipython div.CodeMirror-selected {background: #2c2421 !important;} .cm-s-ipython .CodeMirror-gutters {background: #1b1918; border-right: 0px;} .cm-s-ipython .CodeMirror-linenumber {color: #766e6b;} .cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #9c9491 !important;} .cm-s-ipython span.cm-comment {color: #c33ff3;} .cm-s-ipython span.cm-atom {color: #6666ea;} .cm-s-ipython span.cm-number {color: #6666ea;} .cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #7b9726;} .cm-s-ipython span.cm-keyword {color: #f22c40;} .cm-s-ipython span.cm-string {color: #c38418;} .cm-s-ipython span.cm-operator {color: #c33ff3;} .cm-s-ipython span.cm-builtin {color: #6666ea;} .cm-s-ipython span.cm-variable {color: #7b9726;} .cm-s-ipython span.cm-variable-2 {color: #407ee7;} .cm-s-ipython span.cm-def {color: #df5320;} .cm-s-ipython span.cm-error {background: #f22c40; color: #9c9491;} .cm-s-ipython span.cm-bracket {color: #a8a19f;} .cm-s-ipython span.cm-tag {color: #f22c40;} .cm-s-ipython span.cm-link {color: #6666ea;} .cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #e6e2e0 !important;}