diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-11 03:29:54 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-11 03:29:54 +0200 |
commit | b159057934d2c84c0a25c83f6cbe59010345d0a7 (patch) | |
tree | 208ad98119769c5fc59713be3dca486ff3a03c3c /lib/coderay/styles | |
parent | e23f69fb58787578b3f9894a8b77722d290d8092 (diff) | |
download | coderay-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.rb | 1 |
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 } |