Skip to content

Commit 31c252a

Browse files
committed
tweaking colors for :function tokens
1 parent 64ca2ae commit 31c252a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/coderay/styles/alpha.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ class Alpha < Style
8282
.exception { color:#C00; font-weight:bold }
8383
.float { color:#60E }
8484
.function { color:#06B; font-weight:bold }
85-
.function .delimiter { color:#024; font-weight:bold }
85+
.function .delimiter { color:#059 }
86+
.function .content { color:#037 }
8687
.global-variable { color:#d70 }
8788
.hex { color:#02b }
8889
.id { color:#33D; font-weight:bold }

0 commit comments

Comments
 (0)