/*
 * theme "RailsCasts" generated by syntect ... and then modified a bunch somewhat haphazardly ...
 */

.sh-code {
 color: #e6e1dc;
 background-color: #111111;
}

.sh-comment {
 color: #bc9458;
font-style: italic;
}
.sh-keyword, .sh-storage {
 color: #cc7833;
}
.sh-entity.sh-name.sh-function, .sh-keyword.sh-other.sh-name-of-parameter.sh-objc {
 color: #ffc66d;
}
.sh-entity.sh-name {
 color: #ffffff;
}
.sh-entity.sh-name.sh-class {
 color: #ffc66d;
}
.sh-constant.sh-numeric {
 color: #6897bb;
}
.sh-variable.sh-language, .sh-variable.sh-other {
 color: #d0d0ff;
}
.sh-variable.sh-other.sh-block {
 color: #e6e1dc;
}
.sh-variable.sh-member {
 color: #79abff;
}
.sh-variable.sh-parameter {
 color: #bed6ff;
}
.sh-constant {
 color: #c8dd9e;
}
.sh-constant.sh-array {
 color: #ffffff;
}
.sh-variable.sh-other.sh-constant {
 color: #da4939;
}
.sh-constant.sh-language {
 color: #c8dd9e;
}
.sh-string {
 color: #a5c261;
}
.sh-support.sh-function {
 /*color: #da4939;*/
 color: #ffffff;
 font-weight: bold;
}
.sh-support.sh-type {
 color: #6e9cbe;
}
.sh-support.sh-constant {
 color: #a5c261;
}
.sh-meta.sh-tag, .sh-declaration.sh-tag, .sh-entity.sh-name.sh-tag, .sh-entity.sh-other.sh-attribute-name, .sh-type.sh-register {
 color: #e8bf6a;
}
.sh-invalid {
 color: #ffffff;
 background-color: #990000;
}
.sh-constant.sh-character.sh-escaped, .sh-constant.sh-character.sh-escape, .sh-string .sh-source, .sh-string .sh-source.sh-ruby {
 color: #519f50;
}
.sh-markup.sh-inserted {
 color: #e6e1dc;
 background-color: #144212;
}
.sh-markup.sh-deleted {
 color: #e6e1dc;
 background-color: #660000;
}
.sh-meta.sh-diff.sh-header, .sh-meta.sh-separator.sh-diff, .sh-meta.sh-diff.sh-index, .sh-meta.sh-diff.sh-range {
 background-color: #2f33ab;
}
.sh-markup.sh-deleted {
 color: #f92672;
}
.sh-markup.sh-inserted {
 color: #a6e22e;
}
.sh-markup.sh-changed {
 color: #967efb;
}
.sh-annotation {
 color: #924e27;
}
.sh-punctuation {
 color: #caae97;
}
.sh-path {
 color: #ffc66d;
}
.sh-function.sh-name, 
.sh-function-call .sh-function, 
.sh-function.sh-name.sh-entity, 
.sh-variable.sh-function.sh-member {
 color: #ffffff;
 font-weight: bold;
}
.sh-preprocessor.sh-name, 
.sh-preprocessor.sh-name.sh-entity, 
.sh-preprocessor.sh-macro > .sh-keyword,
.sh-preprocessor > .sh-keyword {
 color: #da4939;
}