Skip to content

Instantly share code, notes, and snippets.

@junpluse
Created May 10, 2012 12:35
Show Gist options
  • Save junpluse/2652784 to your computer and use it in GitHub Desktop.
Save junpluse/2652784 to your computer and use it in GitHub Desktop.
My minor changed default theme for Espresso. Good for CoffeeScript.
/* --------------------------------------------
Espresso tutti colori with Coffee.css
Version: 0.0.4
Author: Jun Tanaka
URL: https://gist.github.com/2652784
Copyright: 2012 Jun Tanaka
@theme Espresso tutti colori with Coffeeby Jun Tanaka
@override-placeholders html, xml, sourcecode.js
----------------------------------------------- */
:document-base {
color: #000000;
background-color: #FFFFFF;
insertion-point-color: #000000;
selection-background-color: default;
current-line-background-color: rgba(222, 228, 234, 0.4);
}
tag, source, sourcecode {
spell-check: disabled;
}
tag, tag > string > punctuation {
color: #84bfef;
}
tag > name, tag > string.quoted - punctuation, attribute-with-value > string.quoted - punctuation {
oldcolor: #2F5F7F;
}
tag > name {
color: #2F6F9F;
background-color: rgb(244, 250, 255);
}
attribute-name, punctuation.definition.tag {
color: #4F9FCF;
newcolor: #6FBFFF;
}
tag > string.quoted, tag > attribute-with-value > string.quoted {
color: #d44950;
background-color: #fff; /* FIXME */
}
tag > string > punctuation {
font-weight: normal;
}
css.embedded attribute-name, css.embedded punctuation.definition.tag {
color: #DF9F4F;
}
comment, comment > punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted {
color: #b2b2b2;
font-weight: normal;
}
tag.h1, tag.h1 * {
font-weight: bold;
color: #000000;
}
string.quoted-alt {
bluecolor: #1a93ae;
bluebackground-color: #f4f9fe;
color: #1aa1a1;
background-color: rgba(235,252,254,0.5);
}
string.quoted {
color: #bc670f;
background-color: rgba(251,233,173,0.1);
}
string.quoted > punctuation {
bluecolor: #5ecae9;
color: #e69a4c;
}
string.quoted > escape {
font-weight: bold;
background-color: rgba(251,233,173,0.8);
}
string.quoted > source {
color: #000000;
}
/*
variable {
color: #5924a9;
}
*/
variable > punctuation {
color: #865fdb;
}
variable.language, variable.instance {
color: #3a1d72;
font-weight: bold;
}
operator {
color: #626fc9;
}
open-bracket, close-bracket {
color: #7f7f7f;
}
support.function, function-call {
color: #4e279a;
font-weight: bold;
}
keyword.control, storage.type {
color: #6700b9;
}
keyword.operator {
font-weight: bold;
}
function > name {
color: #3a1d72;
font-weight: bold;
}
js.embedded {
color: #434343;
}
constant.numeric, constant.language {
color: #7653c1;
background-color: #f3f2ff;
}
invalid {
background-color: #f93232;
color: #f9f2ce;
}
textile > header {
font-weight: bold;
}
entity {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment