Skip to content

Commit

Permalink
Updated the railscasts theme to closer match the version inTextMate
Browse files Browse the repository at this point in the history
  • Loading branch information
visoft committed Jan 4, 2013
1 parent f26b84b commit 81a23d9
Showing 1 changed file with 35 additions and 29 deletions.
64 changes: 35 additions & 29 deletions src/styles/railscasts.css
Expand Up @@ -13,7 +13,8 @@ pre code {

pre .comment,
pre .template_comment,
pre .javadoc {
pre .javadoc,
pre .shebang {
color: #BC9458;
font-style: italic;
}
Expand All @@ -22,48 +23,37 @@ pre .keyword,
pre .ruby .function .keyword,
pre .request,
pre .status,
pre .nginx .title {
color: #CC7833;
}

pre .function .keyword,
pre .sub .keyword,
pre .nginx .title,
pre .method,
pre .list .title {
color: #99CF50;
color: #C26230;
}

pre .string,
pre .number,
pre .regexp,
pre .tag .value,
pre .cdata,
pre .filter .argument,
pre .attr_selector,
pre .apache .cbracket,
pre .date,
pre .tex .command {
color: #65B042;
pre .tex .command,
pre .markdown .link_label {
color: #A5C261;
}

pre .subst {
color: #DAEFA3;
color: #519F50;
}

pre .regexp {
color: #E9C062;
}

pre .title,
pre .tag,
pre .tag .keyword,
pre .tag .title,
pre .doctype,
pre .sub .identifier,
pre .pi,
pre .decorator,
pre .shebang,
pre .input_number {
color: #fff;
}

pre .tag,
pre .tag .keyword,
pre .tag .title {
color: #E8BF6A;
}

Expand All @@ -84,22 +74,26 @@ pre .constant {
color: #DA4939;
}

pre .number {
color: #A5C261;
}

pre .symbol,
pre .built_in,
pre .ruby .symbol .string,
pre .ruby .symbol .identifier {
pre .ruby .symbol .identifier,
pre .markdown .link_url,
pre .attribute {
color: #6D9CBE;
}

pre .markdown .link_url {
text-decoration: underline;
}



pre .params,
pre .variable,
pre .clojure .attribute {
color: #E6E1DC;
color: #D0D0FF;
}

pre .css .tag,
Expand Down Expand Up @@ -141,6 +135,8 @@ pre .css .value .number {
color: #A5C261;
}

pre .title,
pre .decorator,
pre .css .function {
color: #FFC66D;
}
Expand Down Expand Up @@ -174,3 +170,13 @@ pre .deletion {
display: inline-block;
width: 100%;
}

pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
opacity: 0.7;
}

0 comments on commit 81a23d9

Please sign in to comment.