kimbie.light.styl 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*
  2. Name: Kimbie (light)
  3. Author: Jan T. Sott
  4. License: Creative Commons Attribution-ShareAlike 4.0 Unported License
  5. URL: https://github.com/idleberg/Kimbie-highlight.js
  6. */
  7. .highlight
  8. color: #84613d
  9. background: #fbebd4
  10. .code
  11. /* Kimbie Comment */
  12. .comment,
  13. .quote
  14. color: #a57a4c
  15. /* Kimbie Red */
  16. .variable,
  17. .template-variable,
  18. .tag,
  19. .name,
  20. .selector-id,
  21. .selector-class,
  22. .regexp,
  23. .meta
  24. color: #dc3958
  25. /* Kimbie Orange */
  26. .number,
  27. .built_in,
  28. .builtin-name,
  29. .literal,
  30. .type,
  31. .params,
  32. .deletion,
  33. .link
  34. color: #f79a32
  35. /* Kimbie Yellow */
  36. .title,
  37. .section,
  38. .attribute
  39. color: #f06431
  40. /* Kimbie Green */
  41. .string,
  42. .symbol,
  43. .bullet,
  44. .addition
  45. color: #889b4a
  46. /* Kimbie Purple */
  47. .keyword,
  48. .selector-tag,
  49. .function
  50. color: #98676a
  51. .emphasis
  52. font-style: italic
  53. .strong
  54. font-weight: bold