Skip to content

Commit

Permalink
Hopefully somewhat more readable on a white background
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Apr 30, 2011
1 parent de0f1c0 commit ef8cd94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions public/css/inverse.css
Expand Up @@ -35,28 +35,28 @@
.editbox .rb-long-comment-whitespace {}

.editbox .rb-symbol, .editbox .rb-fixnum, .editbox .rb-ascii {
color:#6FB1FF;
color:#blue;
}
.editbox .rb-hexnum, .editbox .rb-binary {
color:#DFC745;
color:#green;
}
.editbox .rb-float {
color:#7FDF61;
color:#green;
}
.editbox .rb-entity {
color:#89BDFF;
color:#blue;
}
.editbox .rb-keyword, .editbox .rb-operator {
color:#CE864B;
color:#blue;
}
.editbox .rb-storage {
color:#99CF50;
}
.editbox .rb-string, .editbox .rb-heredoc, .editbox .rb-exec {
color:#65B042;
color:#green;
}
.editbox .rb-class, .editbox .rb-constant {
color:#9B859D;
color:#blue;
}
.editbox .rb-instance-var {
color:#61B2DF;
Expand Down

0 comments on commit ef8cd94

Please sign in to comment.