diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 16:18:42 -0700 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 16:18:42 -0700 |
commit | 1e330f16c21c45eff375ba3b12f966c76ba0b393 (patch) | |
tree | 3210223dcdbbb23b0b63cd8803b080e52bab2400 /lib/coderay/styles/alpha.rb | |
parent | 546b489e4b3856d361a480de5f1f02cb55c7f002 (diff) | |
parent | 90c401c9001e0a670360a55d1189e9f814ae7592 (diff) | |
download | coderay-1e330f16c21c45eff375ba3b12f966c76ba0b393.tar.gz |
Merge pull request #141 from rubychan/lua-scanner
Lua scanner, tweaked (finally!)
Diffstat (limited to 'lib/coderay/styles/alpha.rb')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index f4d07f1..a869d9e 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -99,6 +99,9 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .keyword { color:#080; font-weight:bold } .label { color:#970; font-weight:bold } .local-variable { color:#963 } +.map .content { color:#808 } +.map .delimiter { color:#40A} +.map { background-color:hsla(200,100%,50%,0.06); } .namespace { color:#707; font-weight:bold } .octal { color:#40E } .operator { } |