github.styl 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*
  2. github.com style (c) Vasily Polovnyov <vast@whiteants.net>
  3. */
  4. .highlight
  5. color: #333
  6. background: #f8f8f8
  7. .code
  8. .comment,
  9. .quote
  10. color: #998
  11. font-style: italic
  12. .keyword,
  13. .selector-tag,
  14. .subst
  15. color: #333
  16. font-weight: bold
  17. .number,
  18. .literal,
  19. .variable,
  20. .template-variable,
  21. .tag .attr
  22. color: #008080
  23. .string,
  24. .doctag
  25. color: #d14
  26. .title,
  27. .section,
  28. .selector-id
  29. color: #900
  30. font-weight: bold
  31. .subst
  32. font-weight: normal
  33. .type,
  34. .class .title
  35. color: #458
  36. font-weight: bold
  37. .tag,
  38. .name,
  39. .attribute
  40. color: #000080
  41. font-weight: normal
  42. .regexp,
  43. .link
  44. color: #009926
  45. .symbol,
  46. .bullet
  47. color: #990073
  48. .built_in,
  49. .builtin-name
  50. color: #0086b3
  51. .meta
  52. color: #999
  53. font-weight: bold
  54. .deletion
  55. background: #fdd
  56. .addition
  57. background: #dfd
  58. .emphasis
  59. font-style: italic
  60. .strong
  61. font-weight: bold