github-gist.styl 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /**
  2. * GitHub Gist Theme
  3. * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
  4. */
  5. .highlight
  6. padding: 0.5em
  7. color: #333333
  8. .code
  9. .comment,
  10. .meta
  11. color: #969896
  12. .string,
  13. .variable,
  14. .template-variable,
  15. .strong,
  16. .emphasis,
  17. .quote
  18. color: #df5000
  19. .keyword,
  20. .selector-tag,
  21. .type
  22. color: #a71d5d
  23. .literal,
  24. .symbol,
  25. .bullet,
  26. .attribute
  27. color: #0086b3
  28. .section,
  29. .name
  30. color: #63a35c
  31. .tag
  32. color: #333333
  33. .title,
  34. .attr,
  35. .selector-id,
  36. .selector-class,
  37. .selector-attr,
  38. .selector-pseudo
  39. color: #795da3
  40. .addition
  41. color: #55a532
  42. background-color: #eaffea
  43. .deletion
  44. color: #bd2c00
  45. background-color: #ffecec
  46. .link
  47. text-decoration: underline