From 03583bbfa756de93a3e75fb3f61d5d9729e250f7 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Fri, 9 Sep 2011 00:53:13 +0200 Subject: fix color for :predefined_constant in Alpha style --- lib/coderay/styles/alpha.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/coderay') diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 5309f66..130906b 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -52,7 +52,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .debug { color: white !important; background: blue !important; } .annotation { color:#007 } -.attribute-name { color:#f08 } +.attribute-name { color:#b48 } .attribute-value { color:#700 } .binary { color:#509 } .char .content { color:#D20 } @@ -97,7 +97,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .octal { color:#40E } .operator { } .predefined { color:#369; font-weight:bold } -.predefined-class { color:#069 } +.predefined-constant { color:#069 } .predefined-type { color:#0a5; font-weight:bold } .preprocessor { color:#579 } .pseudo-class { color:#00C; font-weight:bold } -- cgit v1.2.1