summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 17:05:38 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 17:05:38 +0100
commit0b19ccfa96e1c7e4999e6e2619ae0b266b54402a (patch)
tree974590b0902ca01731a90d8c9dcc25c34e2b3ff8 /lib/coderay/styles
parente93cdf6cc6b8fb9179fa82a1f9bad77eae1e9830 (diff)
parent0ad3ddc26da51b3bdd0454859f894761a0155c1b (diff)
downloadcoderay-0b19ccfa96e1c7e4999e6e2619ae0b266b54402a.tar.gz
Merge branch 'master' into possible-speedups
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r--lib/coderay/styles/alpha.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index d304dc4..f21cefe 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -82,7 +82,8 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.exception { color:#C00; font-weight:bold }
.float { color:#60E }
.function { color:#06B; font-weight:bold }
-.function .delimiter { color:#024; font-weight:bold }
+.function .delimiter { color:#059 }
+.function .content { color:#037 }
.global-variable { color:#d70 }
.hex { color:#02b }
.id { color:#33D; font-weight:bold }