We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a1f500 + 7b0040f commit 0ad3ddcCopy full SHA for 0ad3ddc
Changes.textile
@@ -12,6 +12,7 @@ h2. Changes in 1.1.1
12
* Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
13
* Diff scanner: Prevent running out of regexp stack.
14
* HTML encoder: You can keep tabs intact now by setting @tab_width: false@.
15
+* Alpha style: Tweaked colors for @:function@ group with @:content@.
16
17
h2. Changes in 1.1
18
lib/coderay/styles/alpha.rb
@@ -82,7 +82,8 @@ class Alpha < Style
82
.exception { color:#C00; font-weight:bold }
83
.float { color:#60E }
84
.function { color:#06B; font-weight:bold }
85
-.function .delimiter { color:#024; font-weight:bold }
+.function .delimiter { color:#059 }
86
+.function .content { color:#037 }
87
.global-variable { color:#d70 }
88
.hex { color:#02b }
89
.id { color:#33D; font-weight:bold }
0 commit comments