Skip to content

Instantly share code, notes, and snippets.

@onecrayon
Created September 10, 2010 19:13
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 onecrayon/574186 to your computer and use it in GitHub Desktop.
Save onecrayon/574186 to your computer and use it in GitHub Desktop.
/*
@theme Monokaffee
@override-placeholders html, css, js, php
*/
@base {
color: #F8F8F2;
background-color: #272822;
insertion-point-color: #F8F8F2;
selection-background-color: #49483E;
}
* {
spell-check: disabled;
}
/* Standard
----------------------------------------------------*/
literal.string {
color: #E6DB74;
spell-check: enabled;
}
* > string.modifier {
color: #66D9EF;
font-style: italic;
}
literal.regex {
color: #E6DB74;
}
literal.numeric, php literal.numeric {
color: #AE81FF;
background-color: #272822;
}
literal.keyword.constant {
color: #F92672;
}
literal.keyword.bool {
color: #66D9EF;
}
literal.keyword.nothing {
color: #66D9EF;
}
literal.escape {
color: #A6E22E;
}
identifier.function > name {
color: #66D9EF;
}
identifier.type {
color: #FD971F;
font-weight: bold;
}
identifier.variable.parameter {
color: #FD971F;
}
identifier.variable.named-parameter {
color: #FD971F;
}
identifier.variable.named-parameter > name {
font-style: italic;;
}
identifier.variable.instance {
color: #B7DFF8;
}
keyword.control {
color: #F92672;
}
keyword.definition {
color: #66D9EF;
font-style: italic;
}
keyword.modifier {
color: #F92672;
}
keyword.constant.other {
color: #AE81FF;
}
metadata {
color: #716E5B;
}
metadata.comment.documentation {
color: #E6DB74;
spell-check: enabled;
}
operator {
color: #F92672;
}
/* For non-standards */
/* CSS
----------------------------------------------------*/
selector.css {
color: #A6E22E;
}
property-name {
color: #FD971F;
}
zkeyword.other.zunit.css {
color: #F92672;
}
zconstant.zother.color.rgb-value.css {
color: #B7DFF8;
}
zconstant.nzumeric.css {
color: #AE81FF;
}
/* HTML/XML
----------------------------------------------------*/
tag > name {
color: #F92672;
}
tag > attribute-name {
color: #A6E22E;
}
tag > attribute-value.string.quoted {
color: #E6DB74;
}
comment {
color: #716E5B;
}
/* @group Javascript */
js keyword, js storage {
color: #e8bf6a;
}
js constant {
color: #CDDE87;
}
js > operator {
color: #fff;
}
embedded.js {
background: #24211D;
}
/* @end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment