You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
1.5 KiB

  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. /* Kimbie Comment */
  8. .hljs-comment,
  9. .hljs-title {
  10. color: #a57a4c;
  11. }
  12. /* Kimbie Red */
  13. .hljs-variable,
  14. .hljs-attribute,
  15. .hljs-tag,
  16. .hljs-regexp,
  17. .ruby .hljs-constant,
  18. .xml .hljs-tag .hljs-title,
  19. .xml .hljs-pi,
  20. .xml .hljs-doctype,
  21. .html .hljs-doctype,
  22. .css .hljs-id,
  23. .css .hljs-class,
  24. .css .hljs-pseudo {
  25. color: #dc3958;
  26. }
  27. /* Kimbie Orange */
  28. .hljs-number,
  29. .hljs-preprocessor,
  30. .hljs-built_in,
  31. .hljs-literal,
  32. .hljs-params,
  33. .hljs-constant {
  34. color: #f79a32;
  35. }
  36. /* Kimbie Yellow */
  37. .ruby .hljs-class .hljs-title,
  38. .css .hljs-rules .hljs-attribute {
  39. color: #f06431;
  40. }
  41. /* Kimbie Green */
  42. .hljs-string,
  43. .hljs-value,
  44. .hljs-inheritance,
  45. .hljs-header,
  46. .ruby .hljs-symbol,
  47. .xml .hljs-cdata {
  48. color: #889b4a;
  49. }
  50. /* Kimbie Aqua */
  51. .css .hljs-hexcolor {
  52. color: #088649;
  53. }
  54. /* Kimbie Blue */
  55. .hljs-function,
  56. .python .hljs-decorator,
  57. .python .hljs-title,
  58. .ruby .hljs-function .hljs-title,
  59. .ruby .hljs-title .hljs-keyword,
  60. .perl .hljs-sub,
  61. .javascript .hljs-title,
  62. .coffeescript .hljs-title {
  63. color: #8ab1b0;
  64. }
  65. /* Kimbie Purple */
  66. .hljs-keyword,
  67. .javascript .hljs-function {
  68. color: #98676a;
  69. }
  70. .hljs {
  71. display: block;
  72. overflow-x: auto;
  73. background: #fbebd4;
  74. color: #84613d;
  75. padding: 0.5em;
  76. -webkit-text-size-adjust: none;
  77. }
  78. .coffeescript .javascript,
  79. .javascript .xml,
  80. .tex .hljs-formula,
  81. .xml .javascript,
  82. .xml .vbscript,
  83. .xml .css,
  84. .xml .hljs-cdata {
  85. opacity: 0.5;
  86. }