diff options
Diffstat (limited to 'assets/css/syntax-light.css')
-rw-r--r-- | assets/css/syntax-light.css | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/assets/css/syntax-light.css b/assets/css/syntax-light.css new file mode 100644 index 0000000..3e3c47c --- /dev/null +++ b/assets/css/syntax-light.css @@ -0,0 +1,87 @@ +@media (prefers-color-scheme: light) { + /* Background */ .bg { background-color: #ffffff; } + /* PreWrapper */ .chroma { background-color: #ffffff; } + /* Other */ .chroma .x { } + /* Error */ .chroma .err { color: #000000 } + /* CodeLine */ .chroma .cl { } + /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } + /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } + /* LineHighlight */ .chroma .hl { background-color: #ffffcc } + /* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } + /* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } + /* Line */ .chroma .line { display: flex; } + /* Keyword */ .chroma .k { color: #a90d91 } + /* KeywordConstant */ .chroma .kc { color: #a90d91 } + /* KeywordDeclaration */ .chroma .kd { color: #a90d91 } + /* KeywordNamespace */ .chroma .kn { color: #a90d91 } + /* KeywordPseudo */ .chroma .kp { color: #a90d91 } + /* KeywordReserved */ .chroma .kr { color: #a90d91 } + /* KeywordType */ .chroma .kt { color: #a90d91 } + /* Name */ .chroma .n { color: #000000 } + /* NameAttribute */ .chroma .na { color: #836c28 } + /* NameBuiltin */ .chroma .nb { color: #a90d91 } + /* NameBuiltinPseudo */ .chroma .bp { color: #5b269a } + /* NameClass */ .chroma .nc { color: #3f6e75 } + /* NameConstant */ .chroma .no { color: #000000 } + /* NameDecorator */ .chroma .nd { color: #000000 } + /* NameEntity */ .chroma .ni { color: #000000 } + /* NameException */ .chroma .ne { color: #000000 } + /* NameFunction */ .chroma .nf { color: #000000 } + /* NameFunctionMagic */ .chroma .fm { color: #000000 } + /* NameLabel */ .chroma .nl { color: #000000 } + /* NameNamespace */ .chroma .nn { color: #000000 } + /* NameOther */ .chroma .nx { color: #000000 } + /* NameProperty */ .chroma .py { color: #000000 } + /* NameTag */ .chroma .nt { color: #000000 } + /* NameVariable */ .chroma .nv { color: #000000 } + /* NameVariableClass */ .chroma .vc { color: #000000 } + /* NameVariableGlobal */ .chroma .vg { color: #000000 } + /* NameVariableInstance */ .chroma .vi { color: #000000 } + /* NameVariableMagic */ .chroma .vm { color: #000000 } + /* Literal */ .chroma .l { color: #1c01ce } + /* LiteralDate */ .chroma .ld { color: #1c01ce } + /* LiteralString */ .chroma .s { color: #c41a16 } + /* LiteralStringAffix */ .chroma .sa { color: #c41a16 } + /* LiteralStringBacktick */ .chroma .sb { color: #c41a16 } + /* LiteralStringChar */ .chroma .sc { color: #2300ce } + /* LiteralStringDelimiter */ .chroma .dl { color: #c41a16 } + /* LiteralStringDoc */ .chroma .sd { color: #c41a16 } + /* LiteralStringDouble */ .chroma .s2 { color: #c41a16 } + /* LiteralStringEscape */ .chroma .se { color: #c41a16 } + /* LiteralStringHeredoc */ .chroma .sh { color: #c41a16 } + /* LiteralStringInterpol */ .chroma .si { color: #c41a16 } + /* LiteralStringOther */ .chroma .sx { color: #c41a16 } + /* LiteralStringRegex */ .chroma .sr { color: #c41a16 } + /* LiteralStringSingle */ .chroma .s1 { color: #c41a16 } + /* LiteralStringSymbol */ .chroma .ss { color: #c41a16 } + /* LiteralNumber */ .chroma .m { color: #1c01ce } + /* LiteralNumberBin */ .chroma .mb { color: #1c01ce } + /* LiteralNumberFloat */ .chroma .mf { color: #1c01ce } + /* LiteralNumberHex */ .chroma .mh { color: #1c01ce } + /* LiteralNumberInteger */ .chroma .mi { color: #1c01ce } + /* LiteralNumberIntegerLong */ .chroma .il { color: #1c01ce } + /* LiteralNumberOct */ .chroma .mo { color: #1c01ce } + /* Operator */ .chroma .o { color: #000000 } + /* OperatorWord */ .chroma .ow { color: #000000 } + /* Punctuation */ .chroma .p { } + /* Comment */ .chroma .c { color: #177500 } + /* CommentHashbang */ .chroma .ch { color: #177500 } + /* CommentMultiline */ .chroma .cm { color: #177500 } + /* CommentSingle */ .chroma .c1 { color: #177500 } + /* CommentSpecial */ .chroma .cs { color: #177500 } + /* CommentPreproc */ .chroma .cp { color: #633820 } + /* CommentPreprocFile */ .chroma .cpf { color: #633820 } + /* Generic */ .chroma .g { } + /* GenericDeleted */ .chroma .gd { } + /* GenericEmph */ .chroma .ge { } + /* GenericError */ .chroma .gr { } + /* GenericHeading */ .chroma .gh { } + /* GenericInserted */ .chroma .gi { } + /* GenericOutput */ .chroma .go { } + /* GenericPrompt */ .chroma .gp { } + /* GenericStrong */ .chroma .gs { } + /* GenericSubheading */ .chroma .gu { } + /* GenericTraceback */ .chroma .gt { } + /* GenericUnderline */ .chroma .gl { } + /* TextWhitespace */ .chroma .w { } +} |