atelier-cave-light.styl 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* Base16 Atelier Cave Light - 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: #585260
  6. background: #efecf4
  7. .code
  8. /* Atelier-Cave Comment */
  9. .comment,
  10. .quote
  11. color: #655f6d
  12. /* Atelier-Cave Red */
  13. .variable,
  14. .template-variable,
  15. .attribute,
  16. .tag,
  17. .name,
  18. .regexp,
  19. .link,
  20. .name,
  21. .name,
  22. .selector-id,
  23. .selector-class
  24. color: #be4678
  25. /* Atelier-Cave Orange */
  26. .number,
  27. .meta,
  28. .built_in,
  29. .builtin-name,
  30. .literal,
  31. .type,
  32. .params
  33. color: #aa573c
  34. /* Atelier-Cave Green */
  35. .string,
  36. .symbol,
  37. .bullet
  38. color: #2a9292
  39. /* Atelier-Cave Blue */
  40. .title,
  41. .section
  42. color: #576ddb
  43. /* Atelier-Cave Purple */
  44. .keyword,
  45. .selector-tag
  46. color: #955ae7
  47. .deletion,
  48. .addition
  49. color: #19171c
  50. display: inline-block
  51. width: 100%
  52. .deletion
  53. background-color: #be4678
  54. .addition
  55. background-color: #2a9292
  56. .emphasis
  57. font-style: italic
  58. .strong
  59. font-weight: bold