sunburst.styl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*
  2. Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
  3. */
  4. .highlight
  5. color: #f8f8f8
  6. background: #000
  7. .code
  8. .comment,
  9. .quote
  10. color: #aeaeae
  11. font-style: italic
  12. .keyword,
  13. .selector-tag,
  14. .type
  15. color: #e28964
  16. .string
  17. color: #65b042
  18. .subst
  19. color: #daefa3
  20. .regexp,
  21. .link
  22. color: #e9c062
  23. .title,
  24. .section,
  25. .tag,
  26. .name
  27. color: #89bdff
  28. .class .title,
  29. .doctag
  30. text-decoration: underline
  31. .symbol,
  32. .bullet,
  33. .number
  34. color: #3387cc
  35. .params,
  36. .variable,
  37. .template-variable
  38. color: #3e87e3
  39. .attribute
  40. color: #cda869
  41. .meta
  42. color: #8996a8
  43. .formula
  44. background-color: #0e2231
  45. color: #f8f8f8
  46. font-style: italic
  47. .addition
  48. background-color: #253b22
  49. color: #f8f8f8
  50. .deletion
  51. background-color: #420e09
  52. color: #f8f8f8
  53. .selector-class
  54. color: #9b703f
  55. .selector-id
  56. color: #8b98ab
  57. .emphasis
  58. font-style: italic
  59. .strong
  60. font-weight: bold