syntax.css 4.3 KB

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