swapoff.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* Background */ .highlight-bg { color: #e5e5e5; background-color: #000000 }
  2. /* PreWrapper */ .highlight-chroma { color: #e5e5e5; background-color: #000000; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #ff0000 }
  4. /* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
  5. /* LineTable */ .highlight-chroma .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
  6. /* LineHighlight */ .highlight-chroma .highlight-hl { background-color: #191919 }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #ffffff; font-weight: bold }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #ffffff; font-weight: bold }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #ffffff; font-weight: bold }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #ffffff; font-weight: bold }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #ffffff; font-weight: bold }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #ffffff; font-weight: bold }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #ffffff; font-weight: bold }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #007f7f }
  18. /* NameBuiltin */ .highlight-chroma .highlight-nb { color: #ffffff; font-weight: bold }
  19. /* NameTag */ .highlight-chroma .highlight-nt { font-weight: bold }
  20. /* LiteralDate */ .highlight-chroma .highlight-ld { color: #ffff00; font-weight: bold }
  21. /* LiteralString */ .highlight-chroma .highlight-s { color: #00ffff; font-weight: bold }
  22. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #00ffff; font-weight: bold }
  23. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #00ffff; font-weight: bold }
  24. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #00ffff; font-weight: bold }
  25. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #00ffff; font-weight: bold }
  26. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #00ffff; font-weight: bold }
  27. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #00ffff; font-weight: bold }
  28. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #00ffff; font-weight: bold }
  29. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #00ffff; font-weight: bold }
  30. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #00ffff; font-weight: bold }
  31. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #00ffff; font-weight: bold }
  32. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #00ffff; font-weight: bold }
  33. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #00ffff; font-weight: bold }
  34. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #00ffff; font-weight: bold }
  35. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #ffff00; font-weight: bold }
  36. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #ffff00; font-weight: bold }
  37. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #ffff00; font-weight: bold }
  38. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #ffff00; font-weight: bold }
  39. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #ffff00; font-weight: bold }
  40. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #ffff00; font-weight: bold }
  41. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #ffff00; font-weight: bold }
  42. /* Comment */ .highlight-chroma .highlight-c { color: #007f7f }
  43. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #007f7f }
  44. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #007f7f }
  45. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #007f7f }
  46. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #007f7f }
  47. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #00ff00; font-weight: bold }
  48. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #00ff00; font-weight: bold }
  49. /* GenericHeading */ .highlight-chroma .highlight-gh { font-weight: bold }
  50. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  51. /* GenericSubheading */ .highlight-chroma .highlight-gu { font-weight: bold }
  52. /* GenericUnderline */ .highlight-chroma .highlight-gl { text-decoration: underline }
  53. /*
  54. xt256.css
  55. Contact: initbar [at] protonmail [dot] ch
  56. : github.com/initbar
  57. */
  58. .hljs {
  59. display: block;
  60. overflow-x: auto;
  61. color: #eaeaea;
  62. background: #000;
  63. padding: 0.5em;
  64. }
  65. .hljs-subst {
  66. color: #eaeaea;
  67. }
  68. .hljs-emphasis {
  69. font-style: italic;
  70. }
  71. .hljs-strong {
  72. font-weight: bold;
  73. }
  74. .hljs-builtin-name,
  75. .hljs-type {
  76. color: #eaeaea;
  77. }
  78. .hljs-params {
  79. color: #da0000;
  80. }
  81. .hljs-literal,
  82. .hljs-number,
  83. .hljs-name {
  84. color: #ff0000;
  85. font-weight: bolder;
  86. }
  87. .hljs-comment {
  88. color: #969896;
  89. }
  90. .hljs-selector-id,
  91. .hljs-quote {
  92. color: #00ffff;
  93. }
  94. .hljs-template-variable,
  95. .hljs-variable,
  96. .hljs-title {
  97. color: #00ffff;
  98. font-weight: bold;
  99. }
  100. .hljs-selector-class,
  101. .hljs-keyword,
  102. .hljs-symbol {
  103. color: #fff000;
  104. }
  105. .hljs-string,
  106. .hljs-bullet {
  107. color: #00ff00;
  108. }
  109. .hljs-tag,
  110. .hljs-section {
  111. color: #000fff;
  112. }
  113. .hljs-selector-tag {
  114. color: #000fff;
  115. font-weight: bold;
  116. }
  117. .hljs-attribute,
  118. .hljs-built_in,
  119. .hljs-regexp,
  120. .hljs-link {
  121. color: #ff00ff;
  122. }
  123. .hljs-meta {
  124. color: #fff;
  125. font-weight: bolder;
  126. }