summaryrefslogtreecommitdiff
path: root/lib/coderay/styles/murphy.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2007-01-01 16:26:17 +0000
committermurphy <murphy@rubychan.de>2007-01-01 16:26:17 +0000
commitda09c7c6bb1267996db7751e775d08742256f3f2 (patch)
treedd5029385fb87f04cd242857f0c833d0db6cca6a /lib/coderay/styles/murphy.rb
parent74c9a0d2b32e45c0692b4cdad4eddcab1e6a74e3 (diff)
downloadcoderay-da09c7c6bb1267996db7751e775d08742256f3f2.tar.gz
New Scanner: Scheme (thanks closure!)
Test and example added. Token changed: operator_fat instead of operator_name (for use with LISP-like parentheses). Added file_extension for Scanners. Improved CodeRay::Suite: - uses scanners file extension now - example parameter is now named "only" - only param overwrite MAX_CODE_SIZE_TO_HIGHLIGHT
Diffstat (limited to 'lib/coderay/styles/murphy.rb')
-rw-r--r--lib/coderay/styles/murphy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/styles/murphy.rb b/lib/coderay/styles/murphy.rb
index 1079f62..b42f0e0 100644
--- a/lib/coderay/styles/murphy.rb
+++ b/lib/coderay/styles/murphy.rb
@@ -47,7 +47,7 @@ ol.CodeRay li { white-space: pre; }
.av { color:#700; }
.aw { color:#C00; }
.bi { color:#509; font-weight:bold; }
-.c { color:#666; }
+.c { color:#555; background-color: black; }
.ch { color:#88F; }
.ch .k { color:#04D; }
@@ -77,7 +77,7 @@ ol.CodeRay li { white-space: pre; }
.la { color:#970; font-weight:bold; }
.lv { color:#963; }
.oc { color:#40E; font-weight:bold; }
-.on { color:#000; font-weight:bold; }
+.of { color:#000; font-weight:bold; }
.op { }
.pc { color:#08f; font-weight:bold; }
.pd { color:#369; font-weight:bold; }