diff options
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 6399d7d..ed68b29 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -137,16 +137,16 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .ins { background: hsla(120,100%,50%,0.2) } .del { background: hsla(0,100%,50%,0.2) } -.chg { color: #aaf; background: #007; } +.chg { color: #bbf; background: #007; } .head { color: #f8f; background: #505 } .head .filename { color: white; } .del .eye { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ins .eye { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } -.ins .ins { color: #080; background:transparent; font-weight:bold } -.del .del { color: #800; background:transparent; font-weight:bold } -.chg .chg { color: #66f } +.ins .ins { color: #0c0; background:transparent; font-weight:bold } +.del .del { color: #c00; background:transparent; font-weight:bold } +.chg .chg { color: #88f } .head .head { color: #f4f } TOKENS |