summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-15 12:44:50 +0000
committermurphy <murphy@rubychan.de>2010-06-15 12:44:50 +0000
commit2ca36302b5cf81f80119c1e560fbd4ef5d4548d6 (patch)
tree495ea28672be44bec6542bbb72f83df9c3b5f397 /lib/coderay/styles
parent35bb8510f25ef9057f30ff64244d8a1e6cdc8b7e (diff)
downloadcoderay-2ca36302b5cf81f80119c1e560fbd4ef5d4548d6.tar.gz
Added :string :modifier color for Alpha style.
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 9e5d8c4..c9b07c9 100644
--- a/lib/coderay/styles/alpha.rb
+++ b/lib/coderay/styles/alpha.rb
@@ -109,6 +109,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
.s .k { color: #D20; }
.s .ch { color: #b0b; }
.s .dl { color: #710; }
+.s .mod { color: #E40; }
.sh { background-color:hsla(120,100%,50%,0.1); }
.sh .k { color:#2B2 }