rrt.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* Background */ .highlight-bg { color: #f8f8f2; background-color: #000000 }
  2. /* PreWrapper */ .highlight-chroma { color: #f8f8f2; background-color: #000000; }
  3. /* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
  4. /* LineTable */ .highlight-chroma .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
  5. /* LineHighlight */ .highlight-chroma .highlight-hl { background-color: #191919 }
  6. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7c7c79 }
  7. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7c7c79 }
  8. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  9. /* Keyword */ .highlight-chroma .highlight-k { color: #ff0000 }
  10. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #ff0000 }
  11. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #ff0000 }
  12. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #ff0000 }
  13. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #ff0000 }
  14. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #ff0000 }
  15. /* KeywordType */ .highlight-chroma .highlight-kt { color: #ee82ee }
  16. /* NameConstant */ .highlight-chroma .highlight-no { color: #7fffd4 }
  17. /* NameFunction */ .highlight-chroma .highlight-nf { color: #ffff00 }
  18. /* NameVariable */ .highlight-chroma .highlight-nv { color: #eedd82 }
  19. /* LiteralString */ .highlight-chroma .highlight-s { color: #87ceeb }
  20. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #87ceeb }
  21. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #87ceeb }
  22. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #87ceeb }
  23. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #87ceeb }
  24. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #87ceeb }
  25. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #87ceeb }
  26. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #87ceeb }
  27. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #87ceeb }
  28. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #87ceeb }
  29. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #87ceeb }
  30. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #87ceeb }
  31. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #87ceeb }
  32. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #ff6600 }
  33. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #ff6600 }
  34. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #ff6600 }
  35. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #ff6600 }
  36. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #ff6600 }
  37. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #ff6600 }
  38. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #ff6600 }
  39. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #ff6600 }
  40. /* Comment */ .highlight-chroma .highlight-c { color: #00ff00 }
  41. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #00ff00 }
  42. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #00ff00 }
  43. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #00ff00 }
  44. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #00ff00 }
  45. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #e5e5e5 }
  46. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #e5e5e5 }
  47. /*
  48. ISBL Editor style dark color scheme (c) Dmitriy Tarasov <dimatar@gmail.com>
  49. */
  50. .hljs {
  51. display: block;
  52. overflow-x: auto;
  53. padding: 0.5em;
  54. background: #404040;
  55. color: #f0f0f0;
  56. }
  57. /* Base color: saturation 0; */
  58. .hljs,
  59. .hljs-subst {
  60. color: #f0f0f0;
  61. }
  62. .hljs-comment {
  63. color: #b5b5b5;
  64. font-style: italic;
  65. }
  66. .hljs-keyword,
  67. .hljs-attribute,
  68. .hljs-selector-tag,
  69. .hljs-meta-keyword,
  70. .hljs-doctag,
  71. .hljs-name {
  72. color: #f0f0f0;
  73. font-weight: bold;
  74. }
  75. /* User color: hue: 0 */
  76. .hljs-string {
  77. color: #97bf0d;
  78. }
  79. .hljs-type,
  80. .hljs-number,
  81. .hljs-selector-id,
  82. .hljs-selector-class,
  83. .hljs-quote,
  84. .hljs-template-tag,
  85. .hljs-deletion {
  86. color: #f0f0f0;
  87. }
  88. .hljs-title,
  89. .hljs-section {
  90. color: #df471e;
  91. }
  92. .hljs-title>.hljs-built_in {
  93. color: #81bce9;
  94. font-weight: normal;
  95. }
  96. .hljs-regexp,
  97. .hljs-symbol,
  98. .hljs-variable,
  99. .hljs-template-variable,
  100. .hljs-link,
  101. .hljs-selector-attr,
  102. .hljs-selector-pseudo {
  103. color: #e2c696;
  104. }
  105. /* Language color: hue: 90; */
  106. .hljs-built_in,
  107. .hljs-literal {
  108. color: #97bf0d;
  109. font-weight: bold;
  110. }
  111. .hljs-bullet,
  112. .hljs-code,
  113. .hljs-addition {
  114. color: #397300;
  115. }
  116. .hljs-class {
  117. color: #ce9d4d;
  118. font-weight: bold;
  119. }
  120. /* Meta color: hue: 200 */
  121. .hljs-meta {
  122. color: #1f7199;
  123. }
  124. .hljs-meta-string {
  125. color: #4d99bf;
  126. }
  127. /* Misc effects */
  128. .hljs-emphasis {
  129. font-style: italic;
  130. }
  131. .hljs-strong {
  132. font-weight: bold;
  133. }