hopscotch.styl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. * Hopscotch
  3. * by Jan T. Sott
  4. * https://github.com/idleberg/Hopscotch
  5. *
  6. * This work is licensed under the Creative Commons CC0 1.0 Universal License
  7. */
  8. .highlight
  9. color: #b9b5b8
  10. background: #322931
  11. .code
  12. /* Comment */
  13. .comment,
  14. .quote
  15. color: #989498
  16. /* Red */
  17. .variable,
  18. .template-variable,
  19. .attribute,
  20. .tag,
  21. .name,
  22. .selector-id,
  23. .selector-class,
  24. .regexp,
  25. .link,
  26. .deletion
  27. color: #dd464c
  28. /* Orange */
  29. .number,
  30. .built_in,
  31. .builtin-name,
  32. .literal,
  33. .type,
  34. .params
  35. color: #fd8b19
  36. /* Yellow */
  37. .class .title
  38. color: #fdcc59
  39. /* Green */
  40. .string,
  41. .symbol,
  42. .bullet,
  43. .addition
  44. color: #8fc13e
  45. /* Aqua */
  46. .meta
  47. color: #149b93
  48. /* Blue */
  49. .function,
  50. .section,
  51. .title
  52. color: #1290bf
  53. /* Purple */
  54. .keyword,
  55. .selector-tag
  56. color: #c85e7c
  57. .emphasis
  58. font-style: italic
  59. .strong
  60. font-weight: bold