Created
December 21, 2011 15:25
-
-
Save scottkellum/1506414 to your computer and use it in GitHub Desktop.
Another dark Espresso theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
@theme Dark | |
@override-placeholders html, xml, sourcecode.js | |
*/ | |
:document-base { | |
color: #999; | |
background-color: #000000; | |
insertion-point-color: #ffffff; | |
selection-background-color: #444; | |
current-line-background-color: rgba(255, 255, 255, 0.1); | |
} | |
tag, source, sourcecode { | |
spell-check: disabled; | |
} | |
tag, tag > string > punctuation { | |
color: #444; | |
} | |
tag > name, tag > string.quoted - punctuation, attribute-with-value > string.quoted - punctuation { | |
oldcolor: #666666; | |
} | |
tag>name { | |
color: #1996f5; | |
} | |
attribute-name, punctuation.definition.tag { | |
color: #6ebd32; | |
newcolor: #6FBFFF; | |
} | |
tag > string.quoted, tag > attribute-with-value > string.quoted { | |
color: #f68a2a; | |
background-color: #000000; /* FIXME */ | |
} | |
tag > string > punctuation { | |
font-weight: normal; | |
} | |
css.embedded attribute-name, css.embedded punctuation.definition.tag, sass.embedded attribute-name, sass.embedded punctuation.definition.tag { | |
color: #ffc782; | |
} | |
css.embedded attribute-name, css.embedded punctuation.definition.tag, sass.embedded attribute-name, sass.embedded punctuation.definition.tag, scss.embedded attribute-name, scss.embedded punctuation.definition.tag { | |
color: #ffc782; | |
} | |
css > punctuation { | |
color: #333; | |
} | |
scss > punctuation { | |
color: #333; | |
} | |
comment, comment>punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted { | |
color: #555555; | |
font-weight: normal; | |
} | |
tag.h1, tag.h1 *, tag.h2, tag.h2 *, tag.h3, tag.h3 *, tag.h4, tag.h4 *, tag.h5, tag.h5 *, tag.h6, tag.h6 * { | |
font-weight: bold; | |
} | |
string.quoted-alt { | |
bluecolor: #6cfefe; | |
bluebackground-color: #f4f9fe; | |
color: #6cfefe; | |
background-color: rgba(2, 185, 206, 0.5); | |
} | |
string.quoted { | |
color: #bc670f; | |
} | |
string.quoted > punctuation { | |
bluecolor: #5ecae9; | |
color: #feb870; | |
} | |
string.quoted > escape { | |
font-weight: bold; | |
color: #f7e2cc; | |
background-color: rgba(251, 233, 173, 0.27); | |
} | |
vvariable { | |
color: #7b8c4d; | |
} | |
variable>punctuation { | |
color: #865fdb; | |
} | |
operator { | |
color: #626fc9; | |
} | |
open-bracket, close-bracket { | |
color: #333333; | |
} | |
support.function, function-call { | |
color: #c2a2fe; | |
font-weight: boldd; | |
} | |
keyword.control, storage.type { | |
color: #cb8aff; | |
} | |
function > name { | |
color: #9057ff; | |
font-weight: bold; | |
} | |
js.embedded { | |
color: #c1c1c1; | |
} | |
constant.numeric, constant.language { | |
color: #b4a1de; | |
background-color: #050041; | |
} | |
invalid { | |
background-color: #750f0f; | |
color: #f9f2ce; | |
} | |
textile > header { | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment