_syntax.scss 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* Background */ .bg { color: var(--c-txt); background-color: var(--c-bg-alt) }
  2. /* PreWrapper */ .chroma { color: var(--c-txt); background-color: var(--c-bg-alt); }
  3. /* Other */ .chroma .x { color: #cb4b16 }
  4. /* Error */ .chroma .err { }
  5. /* CodeLine */ .chroma .cl { }
  6. /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
  7. /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
  8. /* LineHighlight */ .chroma .hl { background-color: #ffffcc }
  9. /* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 }
  10. /* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 }
  11. /* Line */ .chroma .line { display: flex; }
  12. /* Keyword */ .chroma .k { color: #719e07 }
  13. /* KeywordConstant */ .chroma .kc { color: #cb4b16 }
  14. /* KeywordDeclaration */ .chroma .kd { color: #268bd2 }
  15. /* KeywordNamespace */ .chroma .kn { color: #719e07 }
  16. /* KeywordPseudo */ .chroma .kp { color: #719e07 }
  17. /* KeywordReserved */ .chroma .kr { color: #268bd2 }
  18. /* KeywordType */ .chroma .kt { color: #dc322f }
  19. /* Name */ .chroma .n { }
  20. /* NameAttribute */ .chroma .na { }
  21. /* NameBuiltin */ .chroma .nb { color: #b58900 }
  22. /* NameBuiltinPseudo */ .chroma .bp { color: #268bd2 }
  23. /* NameClass */ .chroma .nc { color: #268bd2 }
  24. /* NameConstant */ .chroma .no { color: #cb4b16 }
  25. /* NameDecorator */ .chroma .nd { color: #268bd2 }
  26. /* NameEntity */ .chroma .ni { color: #cb4b16 }
  27. /* NameException */ .chroma .ne { color: #cb4b16 }
  28. /* NameFunction */ .chroma .nf { color: #268bd2 }
  29. /* NameFunctionMagic */ .chroma .fm { }
  30. /* NameLabel */ .chroma .nl { }
  31. /* NameNamespace */ .chroma .nn { }
  32. /* NameOther */ .chroma .nx { }
  33. /* NameProperty */ .chroma .py { }
  34. /* NameTag */ .chroma .nt { color: #268bd2 }
  35. /* NameVariable */ .chroma .nv { color: #268bd2 }
  36. /* NameVariableClass */ .chroma .vc { }
  37. /* NameVariableGlobal */ .chroma .vg { }
  38. /* NameVariableInstance */ .chroma .vi { }
  39. /* NameVariableMagic */ .chroma .vm { }
  40. /* Literal */ .chroma .l { }
  41. /* LiteralDate */ .chroma .ld { }
  42. /* LiteralString */ .chroma .s { color: #2aa198 }
  43. /* LiteralStringAffix */ .chroma .sa { color: #2aa198 }
  44. /* LiteralStringBacktick */ .chroma .sb { color: #586e75 }
  45. /* LiteralStringChar */ .chroma .sc { color: #2aa198 }
  46. /* LiteralStringDelimiter */ .chroma .dl { color: #2aa198 }
  47. /* LiteralStringDoc */ .chroma .sd { }
  48. /* LiteralStringDouble */ .chroma .s2 { color: #2aa198 }
  49. /* LiteralStringEscape */ .chroma .se { color: #cb4b16 }
  50. /* LiteralStringHeredoc */ .chroma .sh { }
  51. /* LiteralStringInterpol */ .chroma .si { color: #2aa198 }
  52. /* LiteralStringOther */ .chroma .sx { color: #2aa198 }
  53. /* LiteralStringRegex */ .chroma .sr { color: #dc322f }
  54. /* LiteralStringSingle */ .chroma .s1 { color: #2aa198 }
  55. /* LiteralStringSymbol */ .chroma .ss { color: #2aa198 }
  56. /* LiteralNumber */ .chroma .m { color: #2aa198 }
  57. /* LiteralNumberBin */ .chroma .mb { color: #2aa198 }
  58. /* LiteralNumberFloat */ .chroma .mf { color: #2aa198 }
  59. /* LiteralNumberHex */ .chroma .mh { color: #2aa198 }
  60. /* LiteralNumberInteger */ .chroma .mi { color: #2aa198 }
  61. /* LiteralNumberIntegerLong */ .chroma .il { color: #2aa198 }
  62. /* LiteralNumberOct */ .chroma .mo { color: #2aa198 }
  63. /* Operator */ .chroma .o { color: #719e07 }
  64. /* OperatorWord */ .chroma .ow { color: #719e07 }
  65. /* Punctuation */ .chroma .p { }
  66. /* Comment */ .chroma .c { color: #586e75 }
  67. /* CommentHashbang */ .chroma .ch { color: #586e75 }
  68. /* CommentMultiline */ .chroma .cm { color: #586e75 }
  69. /* CommentSingle */ .chroma .c1 { color: #586e75 }
  70. /* CommentSpecial */ .chroma .cs { color: #719e07 }
  71. /* CommentPreproc */ .chroma .cp { color: #719e07 }
  72. /* CommentPreprocFile */ .chroma .cpf { color: #719e07 }
  73. /* Generic */ .chroma .g { }
  74. /* GenericDeleted */ .chroma .gd { color: #dc322f }
  75. /* GenericEmph */ .chroma .ge { font-style: italic }
  76. /* GenericError */ .chroma .gr { color: #dc322f; font-weight: bold }
  77. /* GenericHeading */ .chroma .gh { color: #cb4b16 }
  78. /* GenericInserted */ .chroma .gi { color: #719e07 }
  79. /* GenericOutput */ .chroma .go { }
  80. /* GenericPrompt */ .chroma .gp { }
  81. /* GenericStrong */ .chroma .gs { font-weight: bold }
  82. /* GenericSubheading */ .chroma .gu { color: #268bd2 }
  83. /* GenericTraceback */ .chroma .gt { }
  84. /* GenericUnderline */ .chroma .gl { }
  85. /* TextWhitespace */ .chroma .w { }