summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-11 03:29:54 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-11 03:29:54 +0200
commitb159057934d2c84c0a25c83f6cbe59010345d0a7 (patch)
tree208ad98119769c5fc59713be3dca486ff3a03c3c /lib/coderay/styles
parente23f69fb58787578b3f9894a8b77722d290d8092 (diff)
downloadcoderay-b159057934d2c84c0a25c83f6cbe59010345d0a7.tar.gz
tweak CSS tag/id token kind patch from noprompt
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r--lib/coderay/styles/alpha.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb
index 81bbe3b..a21fbf1 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -84,6 +84,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.function .delimiter { color:#024; font-weight:bold }
.global-variable { color:#d70 }
.hex { color:#02b }
+.id { color:#33D; font-weight:bold }
.imaginary { color:#f00 }
.include { color:#B44; font-weight:bold }
.inline { background-color: hsla(0,0%,0%,0.07); color: black }