/*
 * A stylesheet designed to be used with the HTML output of the
 * Perl module Text::Highlight::Vim.
 *
 * This is designed to make the highlighting look like the default gvim
 * colour scheme, with 'background=light'.
 *
 * Geoff Richards (qef@laxan.com)
 *
 * This CSS file (light.css) is public domain.  Do what you want with it.
 * That doesn't mean that HTML with this CSS in is public domain.
 */

.synComment    { color: #060 }
.synConstant   { color: #900 }
.synIdentifier { color: #006 }
.synStatement  { color: #00f }
.synPreProc    { color: #06f }
.synType       { color: #009 }
.synSpecial    { color: #909 }
.synUnderlined { color: #000 }
.synError      { color: #f00 }
.synTodo       { color: #00F }
