Guthub-dark.css

CSS wanda 3 Vues Taille : 949 bytes Date : Jan 15, 26 @ 1:22 PM
  1. 1/*
  2. 2 Highlight.js theme: GitHub Dark
  3. 3 File: includes/Highlight/styles/github-dark.css
  4. 4*/
  5. 5
  6. 6
  7. 7.hljs-comment,
  8. 8.hljs-quote
  9. 9{
  10. 10 color: #008000;
  11. 11}
  12. 12
  13. 13
  14. 14.hljs-variable,
  15. 15.hljs-template-variable,
  16. 16.hljs-tag,
  17. 17.hljs-name,
  18. 18.hljs-selector-id,
  19. 19.hljs-selector-class,
  20. 20.hljs-regexp,
  21. 21.hljs-deletion
  22. 22{
  23. 23 color: #EB3C54;
  24. 24}
  25. 25
  26. 26
  27. 27.hljs-number,
  28. 28.hljs-built_in,
  29. 29.hljs-builtin-name,
  30. 30.hljs-literal,
  31. 31.hljs-type,
  32. 32.hljs-params,
  33. 33.hljs-meta,
  34. 34.hljs-link
  35. 35{
  36. 36 color: #E7CE56;
  37. 37}
  38. 38
  39. 39
  40. 40.hljs-attribute
  41. 41{
  42. 42 color: #EE7C2B;
  43. 43}
  44. 44
  45. 45
  46. 46.hljs-string,
  47. 47.hljs-symbol,
  48. 48.hljs-bullet,
  49. 49.hljs-addition
  50. 50{
  51. 51 color: #4FB4D7;
  52. 52}
  53. 53
  54. 54
  55. 55.hljs-title,
  56. 56.hljs-section
  57. 57{
  58. 58 color: #78BB65;
  59. 59}
  60. 60
  61. 61
  62. 62.hljs-keyword,
  63. 63.hljs-selector-tag
  64. 64{
  65. 65 color: #B45EA4;
  66. 66}
  67. 67
  68. 68
  69. 69.hljs
  70. 70 display: block;
  71. 71 overflow-x: auto;
  72. 72 background: #0d1017;
  73. 73 color: #c9d1d9;
  74. 74 padding: 0.5em;
  75. 75}
  76. 76
  77. 77.hljs-emphasis
  78. 78{
  79. 79 font-style: italic;
  80. 80}
  81. 81
  82. 82.hljs-strong
  83. 83{
  84. 84 font-weight: bold;
  85. 85}