Skip to content

Instantly share code, notes, and snippets.

@brenthall
Forked from 0i0/tomorrow-night.css
Created July 19, 2012 04:53
Show Gist options
  • Save brenthall/3140835 to your computer and use it in GitHub Desktop.
Save brenthall/3140835 to your computer and use it in GitHub Desktop.
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); }
.cm-s-tomorrow-night div.CodeMirror-selected { background: rgb(222,222,222) !important; }
.cm-s-tomorrow-night .CodeMirror-gutter { background: rgb(250,250,250); border-right: 1px solid rgb(243,243,243); }
.cm-s-tomorrow-night .CodeMirror-gutter-text { color: rgb(206,206,204); }
.cm-s-tomorrow-night .CodeMirror-cursor { border-left: 1px solid white !important; }
.cm-s-tomorrow-night span.cm-comment { color: rgb(158,162,157); }
.cm-s-tomorrow-night span.cm-atom { color: #845dc4; }
.cm-s-tomorrow-night span.cm-number, .cm-s-tomorrow-night span.cm-attribute { color: rgb(255,147,0); }
.cm-s-tomorrow-night span.cm-keyword { color: rgb(166,100,185); }
.cm-s-tomorrow-night span.cm-string { color: rgb(122,161,0); }
.cm-s-tomorrow-night span.cm-meta { color: rgb(3,171,177); }
.cm-s-tomorrow-night span.cm-variable-2, .cm-s-tomorrow-night span.cm-tag { color: rgb(218,174,0); }
.cm-s-tomorrow-night span.cm-variable-3, .cm-s-tomorrow-night span.cm-def { color: rgb(218,174,0); }
.cm-s-tomorrow-night span.cm-error { color: rgb(231,15,33); }
.cm-s-tomorrow-night span.cm-bracket { color: rgb(0, 0%, 50%); }
.cm-s-tomorrow-night span.cm-builtin, .cm-s-tomorrow-night span.cm-special { color:rgb(67,130,191); }
.cm-s-tomorrow-night span.cm-link { color: rgb(67,130,191); }
.cm-s-tomorrow-night span.cm-operator { color: rgb(124,124,124); }
color:/*tomorroe-night-Background*/rgb(255,255,255)!important;
color:/*tomorroe-night-CurrentLine*/rgb(178,239,239)!important;
color:/*tomorroe-night-Selection*/rgb(222,222,222)!important;
color:/*tomorroe-night-Foreground*/rgb(96,97,94)!important;
color:/*tomorroe-night-Comment*/rgb(158,162,157)!important;
color:/*tomorroe-night-Red*/rgb(231,15,33)!important;
color:/*tomorroe-night-Orange*/rgb(255,147,0)!important;
color:/*tomorroe-night-Yellow*/rgb(218,174,0)!important;
color:/*tomorroe-night-Green*/rgb(122,161,0)!important;
color:/*tomorroe-night-Aqua*/rgb(3,171,177)!important;
color:/*tomorroe-night-Blue*/rgb(67,130,191)!important;
color:/*tomorroe-night-Purple*/rgb(166,100,185)!important;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment