Skip to content

Instantly share code, notes, and snippets.

@ponimas
Created November 16, 2015 09:01
Show Gist options
  • Save ponimas/6c22279aeb88eddb2356 to your computer and use it in GitHub Desktop.
Save ponimas/6c22279aeb88eddb2356 to your computer and use it in GitHub Desktop.
/*
Name: Base16 Solarized Light
Author: Ethan Schoonover (http://ethanschoonover.com/solarized)
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: 'Hack', monospace !important;
}
/* GLOBALS */
body {background-color: #fdf6e3;}
a {color: #268bd2;}
/* INTRO PAGE */
.toolbar_info, .list-container {color: #073642;}
/* NOTEBOOK */
/* comment out this line to bring the toolbar back */
/* div#maintoolbar, div#header {display: none !important;}
*/
div#maintoolbar, div#header-container {display: none !important;}
div#notebook {border-top: none;}
div.input_prompt {color: #6c71c4;}
div.output_prompt {color: #d33682;}
div.input_area {
border-radius: 0px;
border: 1px solid #93a1a1;
}
div.output_area pre {font-weight: normal; color: #586e75;}
div.output_subarea {font-weight: normal; color: #586e75;}
.rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
border: 1px #657b83 solid;
color: #657b83;
}
div.output_html { font-family: sans-serif; }
table.dataframe tr {border: 1px #586e75;}
div.cell.selected {border-radius: 0px;}
div.cell.edit_mode {border-radius: 0px; border: thin solid #d33682;}
div.text_cell_render, div.output_html {color: #586e75;}
span.ansiblack {color: #073642;}
span.ansiblue {color: #2aa198;}
span.ansigray {color: #839496;}
span.ansigreen {color: #859900;}
span.ansipurple {color: #6c71c4;}
span.ansired {color: #dc322f;}
span.ansiyellow {color: #b58900;}
div.output_stderr {background-color: #dc322f;}
div.output_stderr pre {color: #eee8d5;}
.cm-s-ipython.CodeMirror {background: #fdf6e3; color: #073642;}
.cm-s-ipython div.CodeMirror-selected {background: #eee8d5 !important;}
.cm-s-ipython .CodeMirror-gutters {background: #fdf6e3; border-right: 0px;}
.cm-s-ipython .CodeMirror-linenumber {color: #839496;}
.cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #657b83 !important;}
.cm-s-ipython span.cm-comment {color: #d33682;}
.cm-s-ipython span.cm-atom {color: #6c71c4;}
.cm-s-ipython span.cm-number {color: #6c71c4;}
.cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #859900;}
.cm-s-ipython span.cm-keyword {color: #dc322f;}
.cm-s-ipython span.cm-string {color: #b58900;}
.cm-s-ipython span.cm-operator {color: #d33682;}
.cm-s-ipython span.cm-builtin {color: #6c71c4;}
.cm-s-ipython span.cm-variable {color: #859900;}
.cm-s-ipython span.cm-variable-2 {color: #268bd2;}
.cm-s-ipython span.cm-def {color: #cb4b16;}
.cm-s-ipython span.cm-error {background: #dc322f; color: #657b83;}
.cm-s-ipython span.cm-bracket {color: #586e75;}
.cm-s-ipython span.cm-tag {color: #dc322f;}
.cm-s-ipython span.cm-link {color: #6c71c4;}
.cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #073642 !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment