summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-04-20 23:41:03 +0000
committermurphy <murphy@rubychan.de>2009-04-20 23:41:03 +0000
commit99308a6da363c78e656aa908f164e45d2f55bf36 (patch)
tree7e13ea5a86c21aa41b9d4ee9efbf362f750d0453 /lib/coderay/styles
parentd9e3116a9f3d6aa3da0acd8d540d113f2a51bea1 (diff)
downloadcoderay-99308a6da363c78e656aa908f164e45d2f55bf36.tar.gz
Many improvements to PHP Scanner.
* added lots of built-in functions, constants, syntax rule fixes... * automatic HTML/PHP document recognition; experimental! * cYcnus style adjusted; inline_delimiter outside of token group has a style now. * clean-up still not finished
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r--lib/coderay/styles/cycnus.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb
index d274545..f1069b1 100644
--- a/lib/coderay/styles/cycnus.rb
+++ b/lib/coderay/styles/cycnus.rb
@@ -78,10 +78,11 @@ ol.CodeRay li { white-space: pre }
.i { color:#00D; font-weight:bold }
.ic { color:#B44; font-weight:bold }
-.il { background: #eee; color: black }
-.il .il { background: #ddd }
-.il .il .il { background: #ccc }
-.il .idl { font-weight: bold; color: #777 }
+.il { background: #ddd; color: black }
+.il .il { background: #ccc }
+.il .il .il { background: #bbb }
+.il .idl { background: #ddd; font-weight: bold; color: #666 }
+.idl { background-color: #bbb; font-weight: bold; color: #666; }
.im { color:#f00; }
.in { color:#B2B; font-weight:bold }