Skip to content

Commit 0ad3ddc

Browse files
committed
Merge pull request #193 from rubychan/tweak-function-colors
Tweak function colors
2 parents 0a1f500 + 7b0040f commit 0ad3ddc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes.textile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ h2. Changes in 1.1.1
1212
* Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
1313
* Diff scanner: Prevent running out of regexp stack.
1414
* HTML encoder: You can keep tabs intact now by setting @tab_width: false@.
15+
* Alpha style: Tweaked colors for @:function@ group with @:content@.
1516

1617
h2. Changes in 1.1
1718

lib/coderay/styles/alpha.rb

+2-1
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)