Skip to content

Instantly share code, notes, and snippets.

@Sai
Created May 24, 2012 16:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sai/2782598 to your computer and use it in GitHub Desktop.
Save Sai/2782598 to your computer and use it in GitHub Desktop.
Coda Inverted color schemes for Coda 2
comment {
color:#92dc93;
font-style:italic;
}
constant.numeric {
color:#04b7ff;
font-weight:normal;
}
constant.numeric.keyword {
color:#bb99bb;
}
keyword {
color:#ec78b1;
font-strike-through:none;
font-weight:normal;
}
keyword.control {
color:#ec77b4;
}
keyword.type {
color:#b35e9c;
}
language.function {
color:#96c9ff;
}
language.operator {
color:#ffffff;
}
language.variable {
color:#ffd57d;
}
markup.comment {
color:#92dc93;
font-style:italic;
}
markup.constant.entity {
color:#6e9cbe;
}
markup.declaration {
color:#92dc93;
}
markup.inline.cdata {
color:#d9d762;
}
markup.processing {
color:#ef6632;
font-weight:bold;
}
markup.tag {
color:#ed78e5;
}
markup.tag.attribute.name {
color:#ffac66;
}
markup.tag.attribute.value {
color:#5958e5;
font-style:normal;
}
meta.default {
background-color:#161717;
color:#ffffff;
}
meta.highlight.currentline {
background-color:#e8e9e8;
}
meta.important {
color:#cc4232;
font-style:italic;
}
meta.invalid {
color:#ff0000;
font-weight:bold;
}
meta.invisible.characters {
color:#55332f;
}
meta.link {
color:#5958e5;
font-style:normal;
font-underline:none;
}
string {
color:#ff8713;
font-style:normal;
}
string.regex {
color:#8856d2;
}
style.at-rule {
color:#cc4232;
font-weight:bold;
}
style.comment {
color:#92dc93;
font-style:italic;
font-weight:normal;
}
style.property.name {
color:#ec77b3;
}
style.value.color.rgb-value {
color:#f0898f;
}
style.value.keyword {
color:#ffffff;
}
style.value.numeric {
color:#3885ff;
}
style.value.string {
color:#f0898f;
font-style:normal;
}
support {
color:#a255e5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment