diff options
author | Ian Lynagh <igloo@earth.li> | 2007-12-05 01:17:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-12-05 01:17:33 +0000 |
commit | e2047cc1e8e3f51f58ab76b78593a84b13ef1b67 (patch) | |
tree | c975299edd853e1e8d6c17cbe613218822302be2 /libraries/hscolour.css | |
parent | 7230143f1621149febbebcd5447aecd2d93d1464 (diff) | |
download | haskell-e2047cc1e8e3f51f58ab76b78593a84b13ef1b67.tar.gz |
Add the hscolour.css from hscolour 1.8
Diffstat (limited to 'libraries/hscolour.css')
-rw-r--r-- | libraries/hscolour.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/hscolour.css b/libraries/hscolour.css new file mode 100644 index 0000000000..0ebd4e07b1 --- /dev/null +++ b/libraries/hscolour.css @@ -0,0 +1,5 @@ + +.keyglyph, .layout {color: red;} +.keyword {color: blue;} +.comment, .comment a {color: green;} +.str, .chr {color: teal;} |