summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-07-08 15:10:48 +0000
committermurphy <murphy@rubychan.de>2011-07-08 15:10:48 +0000
commit0b46fc84bdbd80004eef0fb7e4aa25c4a073c37f (patch)
treee1f40246180342da036ecf40290d64a6bf8c9dab /lib/coderay
parentd338e1b2eceb2dc16474f091263ae9f82f1605db (diff)
downloadcoderay-0b46fc84bdbd80004eef0fb7e4aa25c4a073c37f.tar.gz
lighter diff background colors
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/styles/alpha.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index ed68b29..f072085 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -135,8 +135,8 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.v { color:#037 }
.xt { color:#444 }
-.ins { background: hsla(120,100%,50%,0.2) }
-.del { background: hsla(0,100%,50%,0.2) }
+.ins { background: hsla(120,100%,50%,0.1) }
+.del { background: hsla(0,100%,50%,0.1) }
.chg { color: #bbf; background: #007; }
.head { color: #f8f; background: #505 }
.head .filename { color: white; }