diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 18:17:14 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 18:17:14 +0200 |
commit | c0d028010b081020352444078a685ee60bffe209 (patch) | |
tree | daf4e4f0035a40b6cf6013c2256ba206eef14e31 /lib/coderay | |
parent | 4669b7086136647f2eece41a122fa204eb16e1e9 (diff) | |
download | coderay-c0d028010b081020352444078a685ee60bffe209.tar.gz |
make predefined-type a bit more bright/blue
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/styles/alpha.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index ff85ecc..f4e9d7d 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -107,7 +107,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .operator { } .predefined { color:#369; font-weight:bold } .predefined-constant { color:#069 } -.predefined-type { color:#0a5; font-weight:bold } +.predefined-type { color:#0a8; font-weight:bold } .preprocessor { color:#579 } .pseudo-class { color:#00C; font-weight:bold } .regexp { background-color:hsla(300,100%,50%,0.06); } |