friendly.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* Pygments friendly style */
  2. code {background-color: #f8f8f8}
  3. code .comment {color: #60a0b0; font-style: italic}
  4. code .comment.preproc {color: #007020; font-style: normal}
  5. code .comment.special {background-color: #fff0f0; font-style: normal}
  6. code .keyword {color: #007020; font-weight: bold}
  7. code .keyword.pseudo {font-weight: normal}
  8. code .operator {color: #666}
  9. code .operator.word {color: #007020; font-weight: bold}
  10. code .name.builtin {color: #007020}
  11. code .name.function {color: #06287e}
  12. code .name.class {color: #0e84b5; font-weight: bold}
  13. code .name.namespace {color: #0e84b5; font-weight: bold}
  14. code .name.exception {color: #007020}
  15. code .name.variable {color: #bb60d5}
  16. code .name.constant {color: #60add5}
  17. code .name.label {color: #002070; font-weight: bold}
  18. code .name.entity {color: #d55537; font-weight: bold}
  19. code .name.attribute {color: #4070a0}
  20. code .name.tag {color: #062873; font-weight: bold}
  21. code .name.decorator {color: #555; font-weight: bold}
  22. code .string {color: #4070a0}
  23. code .string.doc {font-style: italic}
  24. code .string.interpol {color: #70a0d0; font-style: italic}
  25. code .string.escape {color: #4070a0; font-weight: bold}
  26. code .string.regex {color: #235388}
  27. code .string.symbol {color: #517918}
  28. code .string.other {color: #c65d09}
  29. code .number {color: #40a070}