summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-23 16:04:26 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-23 16:04:26 +0200
commit31c252ae9fd4b7e2f1ea2fd0009e7808d7691bcc (patch)
treec050a41a8754e046f8464c58380a1d19ab141850 /lib
parent64ca2ae8ad5130bdcf652aa7aa08298de00f20f4 (diff)
downloadcoderay-31c252ae9fd4b7e2f1ea2fd0009e7808d7691bcc.tar.gz
tweaking colors for :function tokens
Diffstat (limited to 'lib')
-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 ff85ecc..7d01372 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 }