summaryrefslogtreecommitdiff
path: root/lib/coderay/styles/alpha.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/styles/alpha.rb')
-rw-r--r--lib/coderay/styles/alpha.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index f57e4a1..2ad088a 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -56,7 +56,9 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.annotation { color:#007 }
.attribute-name { color:#b48 }
.attribute-value { color:#700 }
-.binary { color:#509 }
+.binary { color:#549 }
+.binary .delimiter { color:#325 }
+.binary .char { color:#325 }
.char .content { color:#D20 }
.char .delimiter { color:#710 }
.char { color:#D20 }