summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-07-07 16:19:13 +0000
committermurphy <murphy@rubychan.de>2011-07-07 16:19:13 +0000
commit556989e1852553794e6452f52053c65c176f2a99 (patch)
treef99f0c1fdf23d02b5142b3494fad942dce9a0bcb /lib/coderay
parent6a52b213edf1f146fb72a055466a35fe219e5a0d (diff)
downloadcoderay-556989e1852553794e6452f52053c65c176f2a99.tar.gz
use brighter colors for diff symbols
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/styles/alpha.rb8
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