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.

84 lines
1.0KB

  1. /*
  2. Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: #23241f;
  9. }
  10. .hljs,
  11. .hljs-tag,
  12. .hljs-subst {
  13. color: #f8f8f2;
  14. }
  15. .hljs-strong,
  16. .hljs-emphasis {
  17. color: #a8a8a2;
  18. }
  19. .hljs-bullet,
  20. .hljs-quote,
  21. .hljs-number,
  22. .hljs-regexp,
  23. .hljs-literal,
  24. .hljs-link {
  25. color: #ae81ff;
  26. }
  27. .hljs-code,
  28. .hljs-title,
  29. .hljs-section,
  30. .hljs-selector-class {
  31. color: #a6e22e;
  32. }
  33. .hljs-strong {
  34. font-weight: bold;
  35. }
  36. .hljs-emphasis {
  37. font-style: italic;
  38. }
  39. .hljs-keyword,
  40. .hljs-selector-tag,
  41. .hljs-name,
  42. .hljs-attr {
  43. color: #f92672;
  44. }
  45. .hljs-symbol,
  46. .hljs-attribute {
  47. color: #66d9ef;
  48. }
  49. .hljs-params,
  50. .hljs-class .hljs-title {
  51. color: #f8f8f2;
  52. }
  53. .hljs-string,
  54. .hljs-type,
  55. .hljs-built_in,
  56. .hljs-builtin-name,
  57. .hljs-selector-id,
  58. .hljs-selector-attr,
  59. .hljs-selector-pseudo,
  60. .hljs-addition,
  61. .hljs-variable,
  62. .hljs-template-variable {
  63. color: #e6db74;
  64. }
  65. .hljs-comment,
  66. .hljs-deletion,
  67. .hljs-meta {
  68. color: #75715e;
  69. }