in reply to syntax highlighting of code in perlmonks forums

That looks really hard to read on my white background, and is probably also hard to read on a black background. Did you have some other color in mind for the background?

Personally, I can easily do without syntax coloring. It just puts too much flash on the screen. Maybe it's because I'm not part of the MTV Road Rules generation, but I'd rather just see plain mono-spaced text, thank you.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: syntax highlighting of code in perlmonks forums

Replies are listed 'Best First'.
Re: •Re: syntax highlighting of code in perlmonks forums
by Juerd (Abbot) on Jun 10, 2003 at 09:58 UTC

    and is probably also hard to read on a black background.

    It's well readable on a black background, but still, these colours hurt :)

    Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

Re: •Re: syntax highlighting of code in perlmonks forums
by hardburn (Abbot) on Jun 10, 2003 at 16:29 UTC

    vim has both "light background" and "dark background" settings. Looks like aquarium was using the dark background setting when he shouldn't have. On a standard black terminal, those colors are just fine. He should have modified his vim settings before converting the file to HTML.

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    Note: All code is untested, unless otherwise stated