magula.styl 995 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. Description: Magula style for highligh.js
  3. Author: Ruslan Keba <rukeba@gmail.com>
  4. Website: http://rukeba.com/
  5. Version: 1.0
  6. Date: 2009-01-03
  7. Music: Aphex Twin / Xtal
  8. */
  9. .highlight
  10. background-color: #f4f4f4
  11. .code
  12. .highlight,
  13. .subst
  14. color: black
  15. .string,
  16. .title,
  17. .symbol,
  18. .bullet,
  19. .attribute,
  20. .addition,
  21. .variable,
  22. .template-tag,
  23. .template-variable
  24. color: #050
  25. .comment,
  26. .quote
  27. color: #777
  28. .number,
  29. .regexp,
  30. .literal,
  31. .type,
  32. .link
  33. color: #800
  34. .deletion,
  35. .meta
  36. color: #00e
  37. .keyword,
  38. .selector-tag,
  39. .doctag,
  40. .title,
  41. .section,
  42. .built_in,
  43. .tag,
  44. .name
  45. font-weight: bold
  46. color: navy
  47. .emphasis
  48. font-style: italic
  49. .strong
  50. font-weight: bold