Created
May 25, 2012 02:44
-
-
Save junpluse/2785451 to your computer and use it in GitHub Desktop.
Xcode default 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
/* -------------------------------------------- | |
Xcode.sss | |
Xcode default theme for Coda 2 | |
Version: 0.0.1 | |
Author: Jun Tanaka | |
URL: https://gist.github.com/2785451 | |
Copyright: 2012 Jun Tanaka | |
----------------------------------------------- */ | |
comment { | |
color:#007400; | |
font-style:italic; | |
} | |
constant.numeric { | |
color:#1c00cf; | |
} | |
constant.numeric.keyword { | |
color:#aa0d91; | |
} | |
keyword { | |
color:#aa0d91; | |
font-weight:normal; | |
} | |
keyword.control { | |
font-weight:normal; | |
} | |
keyword.type { | |
font-weight:normal; | |
} | |
language.function { | |
color:#2e0d6e; | |
} | |
language.operator { | |
color:#000000; | |
} | |
language.property { | |
color:#825900; | |
} | |
language.variable { | |
color:#5c2699; | |
} | |
markup.comment { | |
color:#007400; | |
} | |
markup.constant.entity { | |
color:#643820; | |
} | |
markup.declaration { | |
color:#aa0d91; | |
} | |
markup.inline.cdata { | |
color:#c41a16; | |
} | |
markup.processing { | |
color:#aa0d91; | |
} | |
markup.tag { | |
color:#aa0d91; | |
font-weight:normal; | |
} | |
markup.tag.attribute.name { | |
color:#836c28; | |
font-weight:normal; | |
} | |
markup.tag.attribute.value { | |
color:#c41a16; | |
font-weight:normal; | |
} | |
meta.default { | |
color:#000000; | |
} | |
meta.highlight.currentline { | |
background-color:#f7fafb; | |
} | |
meta.important { | |
color:#9b4400; | |
} | |
meta.invalid { | |
color:#c41a16; | |
font-weight:bold; | |
} | |
meta.invisible.characters { | |
color:#808080; | |
} | |
meta.link { | |
color:#0e0eff; | |
font-underline:underline; | |
} | |
string { | |
color:#c41a16; | |
} | |
string.regex { | |
color:#643820; | |
} | |
string.regex.escaped { | |
color:#be73fd; | |
} | |
style.at-rule { | |
color:#aa0d91; | |
font-style:normal; | |
font-weight:normal; | |
} | |
style.comment { | |
color:#236e25; | |
font-style:italic; | |
font-weight:normal; | |
} | |
style.property.name { | |
color:#88134f; | |
} | |
style.value.color.rgb-value { | |
color:#1c00cf; | |
} | |
style.value.keyword { | |
color:#9b4400; | |
} | |
style.value.numeric { | |
color:#1c00cf; | |
} | |
style.value.string { | |
color:#c41a16; | |
} | |
support { | |
color:#5c2699; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment