ascetic.styl 627 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  3. */
  4. .highlight
  5. color: black
  6. background: white
  7. .code
  8. .string,
  9. .variable,
  10. .template-variable,
  11. .symbol,
  12. .bullet,
  13. .section,
  14. .addition,
  15. .attribute,
  16. .link
  17. color: #888
  18. .comment,
  19. .quote,
  20. .meta,
  21. .deletion
  22. color: #ccc
  23. .keyword,
  24. .selector-tag,
  25. .section,
  26. .name,
  27. .type,
  28. .strong
  29. font-weight: bold
  30. .emphasis
  31. font-style: italic