summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-08-30 17:11:54 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-08-30 17:11:54 +0200
commit3fc55739f9f4710f13c33ec1ea7e8046a20af611 (patch)
tree8ed60f88ce13c52e743ee5a5dd8c6a05e599e176 /lib/coderay/styles
parentcc3185f6864ed2e8d537ec4100d7fcc4abc8f312 (diff)
parent718c0ac901eef189a1dad36f57a78f36d9d0ba11 (diff)
downloadcoderay-3fc55739f9f4710f13c33ec1ea7e8046a20af611.tar.gz
Merge branch 'master' into ruby-skip
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r--lib/coderay/styles/alpha.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index f4e9d7d..d304dc4 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -125,7 +125,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.string .modifier { color: #E40 }
.symbol { color:#A60 }
.symbol .content { color:#A60 }
-.symbol .delimiter { color:#630 }
+.symbol .delimiter { color:#740 }
.tag { color:#070; font-weight:bold }
.type { color:#339; font-weight:bold }
.value { color: #088 }