code span.comment {
  color: #BD48B3; }
code span.string {
  color: #99FF00; }
code span.brackets, code span.symbol {
  color: #6BCFF7; }
code span.keywords {
  color: #FF8400; }

code.html span.tag {
  color: #fff; }
code.html span.attribute {
  color: #FFD500; }
code.html span.string {
  color: #99FF00; }
code.html span.comment {
  color: #999; }
code.html span.doctype {
  color: #D7FF80; }

code.css .selectors {
  color: #f60; }
code.css .properties {
  color: #995; }

code.shell {
  color: #999; }
  code.shell span.keywords {
    color: #fff; }

code.ruby {
  color: #999; }
