fruity.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* Background */ .highlight-bg { color: #ffffff; background-color: #111111 }
  2. /* PreWrapper */ .highlight-chroma { color: #ffffff; background-color: #111111; }
  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: #282828 }
  6. /* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  7. /* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
  8. /* Line */ .highlight-chroma .highlight-line { display: flex; }
  9. /* Keyword */ .highlight-chroma .highlight-k { color: #fb660a; font-weight: bold }
  10. /* KeywordConstant */ .highlight-chroma .highlight-kc { color: #fb660a; font-weight: bold }
  11. /* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #fb660a; font-weight: bold }
  12. /* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #fb660a; font-weight: bold }
  13. /* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #fb660a }
  14. /* KeywordReserved */ .highlight-chroma .highlight-kr { color: #fb660a; font-weight: bold }
  15. /* KeywordType */ .highlight-chroma .highlight-kt { color: #cdcaa9; font-weight: bold }
  16. /* NameAttribute */ .highlight-chroma .highlight-na { color: #ff0086; font-weight: bold }
  17. /* NameConstant */ .highlight-chroma .highlight-no { color: #0086d2 }
  18. /* NameFunction */ .highlight-chroma .highlight-nf { color: #ff0086; font-weight: bold }
  19. /* NameTag */ .highlight-chroma .highlight-nt { color: #fb660a; font-weight: bold }
  20. /* NameVariable */ .highlight-chroma .highlight-nv { color: #fb660a }
  21. /* LiteralString */ .highlight-chroma .highlight-s { color: #0086d2 }
  22. /* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #0086d2 }
  23. /* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #0086d2 }
  24. /* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #0086d2 }
  25. /* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #0086d2 }
  26. /* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #0086d2 }
  27. /* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #0086d2 }
  28. /* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #0086d2 }
  29. /* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #0086d2 }
  30. /* LiteralStringInterpol */ .highlight-chroma .highlight-si { color: #0086d2 }
  31. /* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #0086d2 }
  32. /* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #0086d2 }
  33. /* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #0086d2 }
  34. /* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #0086d2 }
  35. /* LiteralNumber */ .highlight-chroma .highlight-m { color: #0086f7; font-weight: bold }
  36. /* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #0086f7; font-weight: bold }
  37. /* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #0086f7; font-weight: bold }
  38. /* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #0086f7; font-weight: bold }
  39. /* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #0086f7; font-weight: bold }
  40. /* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #0086f7; font-weight: bold }
  41. /* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #0086f7; font-weight: bold }
  42. /* Comment */ .highlight-chroma .highlight-c { color: #008800; background-color: #0f140f; font-style: italic }
  43. /* CommentHashbang */ .highlight-chroma .highlight-ch { color: #008800; background-color: #0f140f; font-style: italic }
  44. /* CommentMultiline */ .highlight-chroma .highlight-cm { color: #008800; background-color: #0f140f; font-style: italic }
  45. /* CommentSingle */ .highlight-chroma .highlight-c1 { color: #008800; background-color: #0f140f; font-style: italic }
  46. /* CommentSpecial */ .highlight-chroma .highlight-cs { color: #008800; background-color: #0f140f; font-style: italic }
  47. /* CommentPreproc */ .highlight-chroma .highlight-cp { color: #ff0007; background-color: #0f140f; font-weight: bold; font-style: italic }
  48. /* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #ff0007; background-color: #0f140f; font-weight: bold; font-style: italic }
  49. /* GenericHeading */ .highlight-chroma .highlight-gh { font-weight: bold }
  50. /* GenericOutput */ .highlight-chroma .highlight-go { color: #444444; background-color: #222222 }
  51. /* GenericSubheading */ .highlight-chroma .highlight-gu { font-weight: bold }
  52. /* TextWhitespace */ .highlight-chroma .highlight-w { color: #888888 }
  53. /* Base16 Atelier Forest Dark - Theme */
  54. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
  55. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  56. /* Atelier-Forest Comment */
  57. .hljs-comment,
  58. .hljs-quote {
  59. color: #9c9491;
  60. }
  61. /* Atelier-Forest Red */
  62. .hljs-variable,
  63. .hljs-template-variable,
  64. .hljs-attribute,
  65. .hljs-tag,
  66. .hljs-name,
  67. .hljs-regexp,
  68. .hljs-link,
  69. .hljs-name,
  70. .hljs-selector-id,
  71. .hljs-selector-class {
  72. color: #f22c40;
  73. }
  74. /* Atelier-Forest Orange */
  75. .hljs-number,
  76. .hljs-meta,
  77. .hljs-built_in,
  78. .hljs-builtin-name,
  79. .hljs-literal,
  80. .hljs-type,
  81. .hljs-params {
  82. color: #df5320;
  83. }
  84. /* Atelier-Forest Green */
  85. .hljs-string,
  86. .hljs-symbol,
  87. .hljs-bullet {
  88. color: #7b9726;
  89. }
  90. /* Atelier-Forest Blue */
  91. .hljs-title,
  92. .hljs-section {
  93. color: #407ee7;
  94. }
  95. /* Atelier-Forest Purple */
  96. .hljs-keyword,
  97. .hljs-selector-tag {
  98. color: #6666ea;
  99. }
  100. .hljs {
  101. display: block;
  102. overflow-x: auto;
  103. background: #1b1918;
  104. color: #a8a19f;
  105. padding: 0.5em;
  106. }
  107. .hljs-emphasis {
  108. font-style: italic;
  109. }
  110. .hljs-strong {
  111. font-weight: bold;
  112. }