Skip to content

Instantly share code, notes, and snippets.

@pfitzseb
Created September 5, 2014 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfitzseb/0e9d59d0883090f71c32 to your computer and use it in GitHub Desktop.
Save pfitzseb/0e9d59d0883090f71c32 to your computer and use it in GitHub Desktop.
June-dark
#multi.theme-june-dark .content { background: #172734; }
#multi.theme-june-dark .list .active, #multi.theme-june-dark .list li:hover { background:#172734; color:#eee; }
#multi.theme-june-dark .list .dirty { color:#f50; }
.cm-s-june-dark { background: #172734; color: #eee }
.cm-s-june-dark span.cm-keyword {color: #40B0E0; font-weight:bold;} /* if, while... */
.cm-s-june-dark span.cm-atom {color: #5B90D4;}
.cm-s-june-dark span.cm-number {color: #009999;}
.cm-s-june-dark span.cm-def {color: #FC9906; font-weight: bold;} /* function definition */
.cm-s-june-dark span.cm-variable {color: #eee;}
.cm-s-june-dark span.cm-variable-2 {color: #5B90D4; font-weight: bold;} /* function calls */
.cm-s-june-dark span.cm-variable-3 {color: #5B90D4;}
.cm-s-june-dark span.cm-property {color: #eee;}
.cm-s-june-dark span.cm-operator {color: #5B90D4; font-weight: bold;} /* operators, ., :, = */
.cm-s-june-dark span.cm-comment {color: #999; font-style: italic;} /* comment */
.cm-s-june-dark span.cm-string {color: #62C610;}
.cm-s-june-dark span.cm-string-2 {color: #62C610;}
.cm-s-june-dark span.cm-meta {color: #FC9906; font-weight:bold;} /* @macros */
.cm-s-june-dark span.cm-error {color: #f55; background: #400;}
.cm-s-june-dark span.cm-qualifier {color: #40B0E0; font-weight:bold;} /* end */
.cm-s-june-dark span.cm-builtin {color: #E4E4AE;} /* true, false, Types etc */
.cm-s-june-dark span.cm-bracket {color: #0bb; background: none;} /* parens, brackets */
.cm-s-june-dark span.cm-tag {color: #E4E4AE;}
.cm-s-june-dark span.cm-attribute {color: #E4E4AE;}
.cm-s-june-dark span.cm-header {color: #E4E4AE;}
.cm-s-june-dark span.cm-quote {color: #0f0;}
.cm-s-june-dark span.cm-hr {color: #999;}
.cm-s-june-dark span.cm-link {color: #00f;}
.cm-s-june-dark span.cm-symbol {color: #E4E4AE; }
.cm-s-june-dark span.cm-bracket0, .cm-s-june-dark span.cm-bracket-mismatched { color:#f88; background:#733; }
.cm-s-june-dark span.CodeMirror-searching { background: #aaa; color:black; }
.cm-s-june-dark span.CodeMirror-searching-active { background: #afa; color:black; }
.cm-s-june-dark div.CodeMirror-selected {background: #345 !important;}
.cm-s-june-dark div.CodeMirror-cursor {border-left: 1px solid white;}
.cm-s-june-dark .CodeMirror-activeline-background { background: #234; }
.cm-s-june-dark .CodeMirror-matchingbracket {
font-weight: bold;
color: #0ee !important;
}
.cm-s-june-dark .CodeMirror-nonmatchingbracket {
font-weight: bold;
text-decoration: line-through;
color: #f88 !important;
/*background: #900 !important;*/
}
.cm-s-june-dark .cm-searching { background:#5f5f5f; border-radius:0px; color:#eee !important; }
.cm-s-june-dark .searching-current { background:#13879C; color:#BFFCFF !important; }
/* Light Table stuff */
.theme-june-dark .inline-result {
background: #2D4050;
color: #aaa;
border: 1px solid #aaa;
border-radius: 3px;
}
.theme-june-dark .underline-result {
background: #082434;
padding: 0 0 0 10px;
color: #eee;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
margin: 8px 0 8px 0;
}
.theme-june-dark .inline-doc {
padding: 0 0 0 10px;
margin: 8px 0 8px 0;
background: #082434;
color: #eee;
}
.theme-june-dark .inline-exception pre {
width: 100%;
border-top: 1px solid #777;
border-bottom: 1px solid #777;
margin: 8px 0 8px -10px !important;
background: #522;
color: #eee;
margin: 8px 0 8px 0;
padding: 0 0 0 10px;
}
.theme-june-dark .inline-doc pre {
padding: 0 0 0 10px;
margin: 8px 0 8px 0;
color: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment