Created
October 17, 2012 08:55
-
-
Save hawx/3904558 to your computer and use it in GitHub Desktop.
Modified Monokai theme for Espresso
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 Monokai | |
@override-placeholders html, xml, css, sourcecode.js, sourcecode.php, sass, markdown | |
@author Derek Reynolds | |
@version 1.0b1 | |
@original https://github.com/derekr/monokai.foam | |
This is a port of the Monokai theme for TextMate. | |
The original theme can be found at: http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/ | |
TextMate can be found at: http://macromates.com/ | |
*/ | |
@base { | |
background-color: rgba(39, 40, 34, 1.0); | |
color: rgba(248, 248, 242, 1.0); | |
selection-background-color: rgba(73, 72, 62, 1.0); | |
insertion-point-color: rgba(248, 248, 242, 1.0);; | |
} | |
string, | |
* text.html > tag.html > attribute-value.string.quoted, | |
php string delimiter, | |
* css > property-value, | |
* sass > property-value, | |
markdown header, | |
symbol { | |
color: rgba(230, 219, 116, 1.0); | |
} | |
* tag entity.name, | |
tag > name, | |
css > property-name, | |
sass > property-name, | |
* php keyword, | |
operator, | |
keyword.definition { | |
color: rgba(249, 38, 114, 1.0); | |
background-color: rgba(0,0,0,0.0); | |
} | |
* php keyword.definition, | |
* php variable, | |
* php literal.keyword, | |
* sass keyword.control, | |
markdown code { | |
color: rgba(96, 217, 238, 1.0); | |
font-style: italic; | |
} | |
literal.bool, literal.nothing, | |
keyword.control { | |
color: rgba(96, 217, 238, 1.0); | |
} | |
* comment, | |
* php comment content, | |
comment url, | |
comment override-marker, | |
* > comment punctuation, | |
tag.doctype { | |
color: rgba(117, 113, 94, 1.0); | |
} | |
* php function name, | |
* php identifier.function, | |
attribute-name, | |
* selector.css, | |
* selector.sass, | |
function > name, | |
markdown blockquote { | |
color: rgba(168, 225, 36, 1.0); | |
} | |
markdown italic { font-style: italic; } | |
markdown bold, | |
markdown list punctuation, | |
markdown header, | |
constant { font-weight: bold; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment