atelier-savanna-dark.styl 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* Base16 Atelier Savanna Dark - Theme */
  2. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna) */
  3. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  4. .highlight
  5. color: #87928a
  6. background: #171c19
  7. .code
  8. /* Atelier-Savanna Comment */
  9. .comment,
  10. .quote
  11. color: #78877d
  12. /* Atelier-Savanna Red */
  13. .variable,
  14. .template-variable,
  15. .attribute,
  16. .tag,
  17. .name,
  18. .regexp,
  19. .link,
  20. .name,
  21. .selector-id,
  22. .selector-class
  23. color: #b16139
  24. /* Atelier-Savanna Orange */
  25. .number,
  26. .meta,
  27. .built_in,
  28. .builtin-name,
  29. .literal,
  30. .type,
  31. .params
  32. color: #9f713c
  33. /* Atelier-Savanna Green */
  34. .string,
  35. .symbol,
  36. .bullet
  37. color: #489963
  38. /* Atelier-Savanna Blue */
  39. .title,
  40. .section
  41. color: #478c90
  42. /* Atelier-Savanna Purple */
  43. .keyword,
  44. .selector-tag
  45. color: #55859b
  46. .deletion,
  47. .addition
  48. color: #171c19
  49. display: inline-block
  50. width: 100%
  51. .deletion
  52. background-color: #b16139
  53. .addition
  54. background-color: #489963
  55. .emphasis
  56. font-style: italic
  57. .strong
  58. font-weight: bold