mono-blue.styl 814 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. Five-color theme from a single blue hue.
  3. */
  4. .highlight
  5. color: #00193a
  6. background: #eaeef3
  7. .code
  8. .keyword,
  9. .selector-tag,
  10. .title,
  11. .section,
  12. .doctag,
  13. .name,
  14. .strong
  15. font-weight: bold
  16. .comment
  17. color: #738191
  18. .string,
  19. .title,
  20. .section,
  21. .built_in,
  22. .literal,
  23. .type,
  24. .addition,
  25. .tag,
  26. .quote,
  27. .name,
  28. .selector-id,
  29. .selector-class
  30. color: #0048ab
  31. .meta,
  32. .subst,
  33. .symbol,
  34. .regexp,
  35. .attribute,
  36. .deletion,
  37. .variable,
  38. .template-variable,
  39. .link,
  40. .bullet
  41. color: #4c81c9
  42. .emphasis
  43. font-style: italic