File tree 2 files changed +3
-1
lines changed
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
12
12
* Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
13
13
* Diff scanner: Prevent running out of regexp stack.
14
14
* HTML encoder: You can keep tabs intact now by setting @tab_width: false@.
15
+ * Alpha style: Tweaked colors for @:function@ group with @:content@.
15
16
16
17
h2. Changes in 1.1
17
18
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ class Alpha < Style
82
82
.exception { color:#C00; font-weight:bold }
83
83
.float { color:#60E }
84
84
.function { color:#06B; font-weight:bold }
85
- .function .delimiter { color:#024; font-weight:bold }
85
+ .function .delimiter { color:#059 }
86
+ .function .content { color:#037 }
86
87
.global-variable { color:#d70 }
87
88
.hex { color:#02b }
88
89
.id { color:#33D; font-weight:bold }
You can’t perform that action at this time.
0 commit comments