Created
October 25, 2012 12:18
-
-
Save it-can/3952269 to your computer and use it in GitHub Desktop.
CODA2 - Premium theme colors
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
comment { | |
color:#646465; | |
font-style:italic; | |
} | |
constant.numeric { | |
color:#6f87a8; | |
font-weight:normal; | |
} | |
constant.numeric.keyword { | |
color:#6f87a8; | |
} | |
keyword { | |
color:#dfb263; | |
font-strike-through:none; | |
font-weight:normal; | |
} | |
keyword.control { | |
color:#dfb263; | |
} | |
keyword.type { | |
color:#ffc66d; | |
} | |
language.function { | |
color:#6f87a8; | |
} | |
language.operator { | |
background-color:#191a18; | |
color:#dfb263; | |
} | |
language.variable { | |
color:#6f87a8; | |
} | |
markup.comment { | |
color:#646465; | |
font-style:normal; | |
} | |
markup.constant.entity { | |
color:#dfb263; | |
} | |
markup.declaration { | |
color:#646465; | |
} | |
markup.inline.cdata { | |
color:#646465; | |
} | |
markup.processing { | |
color:#ffffff; | |
font-style:normal; | |
font-weight:normal; | |
} | |
markup.tag { | |
color:#c17c39; | |
} | |
markup.tag.attribute.name { | |
color:#c17c39; | |
} | |
markup.tag.attribute.value { | |
color:#9dad70; | |
} | |
meta.default { | |
background-color:#191a18; | |
color:#e6e1dc; | |
} | |
meta.highlight.currentline { | |
background-color:#d3d3d3; | |
} | |
meta.important { | |
color:#ff3333; | |
} | |
meta.invalid { | |
color:#ff3333; | |
font-weight:normal; | |
} | |
meta.invisible.characters { | |
color:#434343; | |
} | |
meta.link { | |
color:#586e75; | |
font-underline:underline; | |
} | |
string { | |
color:#9dad70; | |
} | |
string.regex { | |
color:#8857d2; | |
font-style:italic; | |
} | |
style.at-rule { | |
color:#b14f28; | |
font-style:italic; | |
font-weight:bold; | |
} | |
style.comment { | |
color:#646465; | |
font-style:normal; | |
font-weight:normal; | |
} | |
style.property.name { | |
color:#c17c39; | |
} | |
style.value.color.rgb-value { | |
color:#6c99bb; | |
} | |
style.value.keyword { | |
color:#6c99bb; | |
} | |
style.value.numeric { | |
color:#6c99bb; | |
} | |
style.value.string { | |
color:#9dad70; | |
} | |
support { | |
color:#d54a20; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment