Created
May 24, 2012 08:14
-
-
Save junpluse/2780176 to your computer and use it in GitHub Desktop.
Espresso theme for Coda 2
This file contains 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
/* -------------------------------------------- | |
Espresso.sss | |
Espresso theme for Coda 2 | |
Version: 0.0.3 | |
Author: Jun Tanaka | |
URL: https://gist.github.com/2780176 | |
Copyright: 2012 Jun Tanaka | |
----------------------------------------------- */ | |
comment { | |
color:#b2b2b2; | |
} | |
constant.numeric { | |
background-color:#f3f2ff; | |
color:#7653c1; | |
} | |
constant.numeric.keyword { | |
background-color:#ffffff; | |
color:#6700b9; | |
} | |
keyword { | |
color:#6700b9; | |
font-weight:normal; | |
} | |
keyword.control { | |
color:#6700b9; | |
font-weight:normal; | |
} | |
keyword.type { | |
color:#6700b9; | |
font-weight:normal; | |
} | |
language.function { | |
color:#3a1d72; | |
font-weight:normal; | |
} | |
language.operator { | |
color:#626fc9; | |
} | |
language.property.variable { | |
color:#3a1d72; | |
font-weight:bold; | |
} | |
language.variable { | |
color:#3a1d72; | |
} | |
markup.comment { | |
color:#b2b2b2; | |
} | |
markup.constant.entity { | |
background-color:#f5faff; | |
color:#2f6f9f; | |
} | |
markup.declaration { | |
color:#b2b2b2; | |
} | |
markup.inline.cdata { | |
background-color:#fefcf7; | |
color:#bc670f; | |
} | |
markup.processing { | |
color:#b2b2b2; | |
font-style:italic; | |
} | |
markup.tag { | |
color:#2f6f9f; | |
} | |
markup.tag.attribute.name { | |
color:#4f9fcf; | |
newcolor:#6fbfff; | |
} | |
markup.tag.attribute.value { | |
background-color:#ffffff; | |
color:#d44950; | |
} | |
meta.default { | |
background-color:#ffffff; | |
color:#000000; | |
} | |
meta.highlight.currentline { | |
background-color:#f4f5f8; | |
} | |
meta.important { | |
color:#6700b9; | |
font-weight:bold; | |
} | |
meta.invalid { | |
background-color:#f93232; | |
color:#f9f2ce; | |
} | |
meta.invisible.characters { | |
color:#95c5e1; | |
} | |
meta.link { | |
color:#00496d; | |
font-underline:underline; | |
} | |
string { | |
background-color:#fefcf7; | |
color:#bc670f; | |
} | |
string.regex { | |
bluecolor:#5ecae9; | |
color:#e69a4c; | |
} | |
string.regex.escaped { | |
background-color:#fcf0c9; | |
font-weight:bold; | |
} | |
style.at-rule { | |
color:#6700b9; | |
font-style:normal; | |
font-weight:normal; | |
} | |
style.comment { | |
color:#b2b2b2; | |
} | |
style.property.name { | |
color:#d4430d; | |
} | |
style.value.color.rgb-value { | |
color:#43a202; | |
} | |
style.value.keyword { | |
color:#43a202; | |
} | |
style.value.numeric { | |
background-color:#f6faeb; | |
color:#5aa201; | |
} | |
style.value.string { | |
background-color:#fefcf7; | |
color:#bc670f; | |
} | |
support { | |
color:#400080; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment