dark.styl 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  3. */
  4. .highlight
  5. color: #ddd
  6. background: #444
  7. .code
  8. .keyword,
  9. .selector-tag,
  10. .literal,
  11. .section,
  12. .link
  13. color: white
  14. .subst
  15. color: #ddd
  16. .string,
  17. .title,
  18. .name,
  19. .type,
  20. .attribute,
  21. .symbol,
  22. .bullet,
  23. .built_in,
  24. .addition,
  25. .variable,
  26. .template-tag,
  27. .template-variable
  28. color: #d88
  29. .comment,
  30. .quote,
  31. .deletion,
  32. .meta
  33. color: #777
  34. .keyword,
  35. .selector-tag,
  36. .literal,
  37. .title,
  38. .section,
  39. .doctag,
  40. .type,
  41. .name,
  42. .strong
  43. font-weight: bold
  44. .emphasis
  45. font-style: italic