docco.styl 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /*
  2. Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
  3. */
  4. .highlight
  5. color: #000
  6. background: #f8f8ff
  7. .code
  8. .comment,
  9. .quote
  10. color: #408080
  11. font-style: italic
  12. .keyword,
  13. .selector-tag,
  14. .literal,
  15. .subst
  16. color: #954121
  17. .number
  18. color: #40a070
  19. .string,
  20. .doctag
  21. color: #219161
  22. .selector-id,
  23. .selector-class,
  24. .section,
  25. .type
  26. color: #19469d
  27. .params
  28. color: #00f
  29. .title
  30. color: #458
  31. font-weight: bold
  32. .tag,
  33. .name,
  34. .attribute
  35. color: #000080
  36. font-weight: normal
  37. .variable,
  38. .template-variable
  39. color: #008080
  40. .regexp,
  41. .link
  42. color: #b68
  43. .symbol,
  44. .bullet
  45. color: #990073
  46. .built_in,
  47. .builtin-name
  48. color: #0086b3
  49. .meta
  50. color: #999
  51. font-weight: bold
  52. .deletion
  53. background: #fdd
  54. .addition
  55. background: #dfd
  56. .emphasis
  57. font-style: italic
  58. .strong
  59. font-weight: bold