File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
1617h2. Changes in 1.1
1718
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments