color-schemes/coda/piggy.sss

166 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2014-02-08 20:30:27 +00:00
/*
======================================================================
2014-02-08 22:04:40 +00:00
Piggy
2014-02-08 20:30:27 +00:00
======================================================================
A Sublime Text 2 / Textmate theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
*/
comment {
2014-02-08 22:04:40 +00:00
color:#3f3236;
2014-02-08 20:30:27 +00:00
font-style:italic;
}
constant.numeric {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
}
constant.numeric.keyword {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
keyword {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
font-weight:normal;
}
keyword.control {
font-weight:normal;
}
keyword.type {
font-weight:normal;
}
language.function {
2014-02-08 22:04:40 +00:00
color:#FF5D80;
2014-02-08 20:30:27 +00:00
}
language.operator {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
language.property {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
language.variable {
2014-02-08 22:04:40 +00:00
color:#EDEBE6;
2014-02-08 20:30:27 +00:00
}
markup.comment {
2014-02-08 22:04:40 +00:00
color:#3f3236;
2014-02-08 20:30:27 +00:00
}
markup.constant.entity {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
markup.declaration {
2014-02-08 22:04:40 +00:00
color:#3f3236;
2014-02-08 20:30:27 +00:00
}
markup.inline.cdata {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
}
markup.processing {
2014-02-08 22:04:40 +00:00
color:#3f3236;
2014-02-08 20:30:27 +00:00
font-style:italic;
}
markup.tag {
2014-02-08 22:04:40 +00:00
color:#F52E62;
2014-02-08 20:30:27 +00:00
font-weight:bold;
}
markup.tag.attribute.name {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
font-weight:normal;
}
markup.tag.attribute.value {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
font-weight:normal;
}
meta.default {
2014-02-08 22:04:40 +00:00
background-color:#1c1618;
color:#EDEBE6;
2014-02-08 20:30:27 +00:00
}
meta.highlight.currentline {
2014-02-08 22:04:40 +00:00
background-color:#34282c;
2014-02-08 20:30:27 +00:00
}
meta.important {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
meta.invalid {
color:#e1583e;
font-weight:bold;
}
meta.invisible.characters {
color:#dd2400;
}
meta.link {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
font-underline:none;
}
string {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
}
string.regex {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
string.regex.escaped {
color:#355200;
}
style.at-rule {
color:#de7a31;
font-style:normal;
font-weight:bold;
}
style.comment {
2014-02-08 22:04:40 +00:00
color:#3f3236;
2014-02-08 20:30:27 +00:00
font-style:italic;
font-weight:normal;
}
style.property.name {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
style.value.color.rgb-value {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
}
style.value.keyword {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}
style.value.numeric {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
}
style.value.string {
2014-02-08 22:04:40 +00:00
color:#FF453E;
2014-02-08 20:30:27 +00:00
}
support {
2014-02-08 22:04:40 +00:00
color:#FD6A5D;
2014-02-08 20:30:27 +00:00
}