atelier-dune-light.styl 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* Base16 Atelier Dune Light - Theme */
  2. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
  3. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  4. .highlight
  5. color: #6e6b5e
  6. background: #fefbec
  7. .code
  8. /* Atelier-Dune Comment */
  9. .comment,
  10. .quote
  11. color: #7d7a68
  12. /* Atelier-Dune 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: #d73737
  24. /* Atelier-Dune Orange */
  25. .number,
  26. .meta,
  27. .built_in,
  28. .builtin-name,
  29. .literal,
  30. .type,
  31. .params
  32. color: #b65611
  33. /* Atelier-Dune Green */
  34. .string,
  35. .symbol,
  36. .bullet
  37. color: #60ac39
  38. /* Atelier-Dune Blue */
  39. .title,
  40. .section
  41. color: #6684e1
  42. /* Atelier-Dune Purple */
  43. .keyword,
  44. .selector-tag
  45. color: #b854d4
  46. .highlight
  47. display: block
  48. overflow-x: auto
  49. background: #fefbec
  50. color: #6e6b5e
  51. padding: 0.5em
  52. .emphasis
  53. font-style: italic
  54. .strong
  55. font-weight: bold