atelier-cave-dark.styl 1.4 KB

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