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.
1 parent 64ca2ae commit 31c252aCopy full SHA for 31c252a
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