diff options
author | Quintus <sutniuq@gmx.net> | 2012-04-22 22:10:42 +0200 |
---|---|---|
committer | Quintus <sutniuq@gmx.net> | 2012-04-22 22:10:42 +0200 |
commit | 501df7613c67bcd743eaa00071f0dbb179607394 (patch) | |
tree | 26792c8d86a76fee20144e6ea846058738a18819 /lib/coderay/styles/alpha.rb | |
parent | 359db4594e7fc874cf8087f599dc4e96b22e586b (diff) | |
download | coderay-501df7613c67bcd743eaa00071f0dbb179607394.tar.gz |
Lua scanner for CodeRay. Meta-commit.
This commit is a super-commit containing all the subcommits for
implementing the Lua scanner.
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 8506d10..257083e 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -116,6 +116,9 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .symbol .content { color:#A60 } .symbol .delimiter { color:#630 } .symbol { color:#A60 } +.table .content { color:#808 } +.table .delimiter { color:#40A} +.table { background-color:hsla(200,100%,50%,0.06); } .tag { color:#070 } .type { color:#339; font-weight:bold } .value { color: #088; } |