paraiso-light.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /* Background */ .highlight-bg { color: #2f1e2e; background-color: #e7e9db }
  2. /* PreWrapper */ .highlight-chroma { color: #2f1e2e; background-color: #e7e9db; }
  3. /* Error */ .highlight-chroma .highlight-err { color: #ef6155 }
  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: #cfd1c5 }
  7. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  8. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  9. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  10. /* Keyword */ .highlight-chroma .highlight-k { color: #815ba4 }
  11. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #815ba4 }
  12. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #815ba4 }
  13. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #5bc4bf }
  14. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #815ba4 }
  15. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #815ba4 }
  16. /* KeywordType */ .highlight-chroma .highlight-kt { color: #fec418 }
  17. /* NameAttribute */ .highlight-chroma .highlight-na { color: #06b6ef }
  18. /* NameClass */ .highlight-chroma .highlight-nc { color: #fec418 }
  19. /* NameConstant */ .highlight-chroma .highlight-no { color: #ef6155 }
  20. /* NameDecorator */ .highlight-chroma .highlight-nd { color: #5bc4bf }
  21. /* NameException */ .highlight-chroma .highlight-ne { color: #ef6155 }
  22. /* NameFunction */ .highlight-chroma .highlight-nf { color: #06b6ef }
  23. /* NameNamespace */ .highlight-chroma .highlight-nn { color: #fec418 }
  24. /* NameOther */ .highlight-chroma .highlight-nx { color: #06b6ef }
  25. /* NameTag */ .highlight-chroma .highlight-nt { color: #5bc4bf }
  26. /* NameVariable */ .highlight-chroma .highlight-nv { color: #ef6155 }
  27. /* Literal */ .highlight-chroma .highlight-l { color: #f99b15 }
  28. /* LiteralDate */ .highlight-chroma .highlight-ld { color: #48b685 }
  29. /* LiteralString */ .highlight-chroma .highlight-s { color: #48b685 }
  30. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #48b685 }
  31. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #48b685 }
  32. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #48b685 }
  33. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #8d8687 }
  34. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #48b685 }
  35. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #f99b15 }
  36. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #48b685 }
  37. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #f99b15 }
  38. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #48b685 }
  39. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #48b685 }
  40. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #48b685 }
  41. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #48b685 }
  42. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #f99b15 }
  43. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #f99b15 }
  44. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #f99b15 }
  45. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #f99b15 }
  46. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #f99b15 }
  47. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #f99b15 }
  48. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #f99b15 }
  49. /* Operator */ .highlight-chroma .highlight-o { color: #5bc4bf }
  50. /* OperatorWord */ .highlight-chroma .highlight-ow { color: #5bc4bf }
  51. /* Comment */ .highlight-chroma .highlight-c { color: #8d8687 }
  52. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #8d8687 }
  53. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #8d8687 }
  54. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #8d8687 }
  55. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #8d8687 }
  56. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #8d8687 }
  57. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #8d8687 }
  58. /* GenericDeleted */ .highlight-chroma .highlight-gd { color: #ef6155 }
  59. /* GenericEmph */ .highlight-chroma .highlight-ge { font-style: italic }
  60. /* GenericHeading */ .highlight-chroma .highlight-gh { font-weight: bold }
  61. /* GenericInserted */ .highlight-chroma .highlight-gi { color: #48b685 }
  62. /* GenericPrompt */ .highlight-chroma .highlight-gp { color: #8d8687; font-weight: bold }
  63. /* GenericStrong */ .highlight-chroma .highlight-gs { font-weight: bold }
  64. /* GenericSubheading */ .highlight-chroma .highlight-gu { color: #5bc4bf; font-weight: bold }
  65. /*
  66. Paraíso (light)
  67. Created by Jan T. Sott (http://github.com/idleberg)
  68. Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
  69. */
  70. /* Paraíso Comment */
  71. .hljs-comment,
  72. .hljs-quote {
  73. color: #776e71;
  74. }
  75. /* Paraíso Red */
  76. .hljs-variable,
  77. .hljs-template-variable,
  78. .hljs-tag,
  79. .hljs-name,
  80. .hljs-selector-id,
  81. .hljs-selector-class,
  82. .hljs-regexp,
  83. .hljs-link,
  84. .hljs-meta {
  85. color: #ef6155;
  86. }
  87. /* Paraíso Orange */
  88. .hljs-number,
  89. .hljs-built_in,
  90. .hljs-builtin-name,
  91. .hljs-literal,
  92. .hljs-type,
  93. .hljs-params,
  94. .hljs-deletion {
  95. color: #f99b15;
  96. }
  97. /* Paraíso Yellow */
  98. .hljs-title,
  99. .hljs-section,
  100. .hljs-attribute {
  101. color: #fec418;
  102. }
  103. /* Paraíso Green */
  104. .hljs-string,
  105. .hljs-symbol,
  106. .hljs-bullet,
  107. .hljs-addition {
  108. color: #48b685;
  109. }
  110. /* Paraíso Purple */
  111. .hljs-keyword,
  112. .hljs-selector-tag {
  113. color: #815ba4;
  114. }
  115. .hljs {
  116. display: block;
  117. overflow-x: auto;
  118. background: #e7e9db;
  119. color: #4f424c;
  120. padding: 0.5em;
  121. }
  122. .hljs-emphasis {
  123. font-style: italic;
  124. }
  125. .hljs-strong {
  126. font-weight: bold;
  127. }