Skip to content

Instantly share code, notes, and snippets.

View brenthall's full-sized avatar

Brent Hall brenthall

View GitHub Profile
@brenthall
brenthall / tomorrow.css
Created July 19, 2012 04:53 — forked from 0i0/tomorrow-night.css
Code mirror tomorrow
.CodeMirror-scroll {
height: 100%;
min-height:300px;
}
.cm-s-tomorrow-night{
font-family:'Menlo', 'Consolas', "Vera Mono", monospace;
font-size:12px;
}
.cm-s-tomorrow-night { background: none; color: rgb(96,97,94); }