borland.css 469 B

1234567891011121314151617
  1. /* Pygments borland style */
  2. code .comment {color: #080; font-style: italic}
  3. code .comment.preproc {color: #008080; font-style: normal}
  4. code .comment.special {font-weight: bold; font-style: normal}
  5. code .keyword {color: #000080; font-weight: bold}
  6. code .operator.word {font-weight: bold}
  7. code .name.attribute {color: #f00}
  8. code .name.tag {color: #000080; font-weight: bold}
  9. code .string {color: #00f}
  10. code .string.char {color: #800080}
  11. code .number {color: #00f}