/*
 * Syntax highlighting is a simplified version of zenburn. See
 * http://slinky.imukuppi.org/zenburn/zenburn.vim.
 * 
 * http://github.com/anildigital/anildigital.github.com/raw/master/css/syntax.css
 * has a good overview of what each syntax class corresponds to.
 */

/* Comments */
.c, .c1, .cm, .cs, .cp {
  color: #7F9F7F;
  font-style: italic;
}

/* Keywords */
.k, .kc, .kd, .kp, .kr, .kt, .nb, .kp {
  color: #f0dfaf;
  font-weight: bold;
}

/* Strings */
.s, .sb, .sc, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .ss {
  color: #cc9393;
}

/* Operator */
.highlight .o {
  color: #f0efd0;
  font-weight: bold
}

/* Numbers */
.mf, .mh, .mi, .mo {
  color: #8cd0d3;
}


