agate.styl 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /*!
  2. * Agate by Taufik Nurrohman <https://github.com/tovic>
  3. * ----------------------------------------------------
  4. *
  5. * #ade5fc
  6. * #a2fca2
  7. * #c6b4f0
  8. * #d36363
  9. * #fcc28c
  10. * #fc9b9b
  11. * #ffa
  12. * #fff
  13. * #333
  14. * #62c8f3
  15. * #888
  16. *
  17. */
  18. .highlight
  19. color: white
  20. background: #333
  21. .code
  22. .name,
  23. .strong
  24. font-weight: bold
  25. .code,
  26. .emphasis
  27. font-style: italic
  28. .tag
  29. color: #62c8f3
  30. .variable,
  31. .template-variable,
  32. .selector-id,
  33. .selector-class
  34. color: #ade5fc
  35. .string,
  36. .bullet
  37. color: #a2fca2
  38. .type,
  39. .title,
  40. .section,
  41. .attribute,
  42. .quote,
  43. .built_in,
  44. .builtin-name
  45. color: #ffa
  46. .number,
  47. .symbol,
  48. .bullet
  49. color: #d36363
  50. .keyword,
  51. .selector-tag,
  52. .literal
  53. color: #fcc28c
  54. .comment,
  55. .deletion,
  56. .code
  57. color: #888
  58. .regexp,
  59. .link
  60. color: #c6b4f0
  61. .meta
  62. color: #fc9b9b
  63. .deletion
  64. background-color: #fc9b9b
  65. color: #333
  66. .addition
  67. background-color: #a2fca2
  68. color: #333
  69. .highlight a
  70. color: inherit
  71. .highlight a:focus,
  72. .highlight a:hover
  73. color: inherit
  74. text-decoration: underline