kimbie-light.scss 1.1 KB

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