highlightjs.styl 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  3. */
  4. .highlight
  5. color: #444
  6. background: #F0F0F0
  7. .code
  8. .subst
  9. color: #444
  10. .keyword,
  11. .attribute,
  12. .selector-tag,
  13. .meta-keyword,
  14. .doctag,
  15. .name
  16. font-weight: bold
  17. .built_in,
  18. .literal,
  19. .bullet,
  20. .code,
  21. .addition
  22. color: #1F811F
  23. .regexp,
  24. .symbol,
  25. .variable,
  26. .template-variable,
  27. .link,
  28. .selector-attr,
  29. .selector-pseudo
  30. color: #BC6060
  31. .type,
  32. .string,
  33. .number,
  34. .selector-id,
  35. .selector-class,
  36. .quote,
  37. .template-tag,
  38. .deletion
  39. color: #880000
  40. .title,
  41. .section
  42. color: #880000
  43. font-weight: bold
  44. .comment
  45. color: #888888
  46. .meta
  47. color: #2B6EA1
  48. .emphasis
  49. font-style: italic
  50. .strong
  51. font-weight: bold