kimbie.dark.css 1.6 KB

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