mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
49 lines
3.7 KiB
CSS
49 lines
3.7 KiB
CSS
/* Background */ .highlight-bg { color: #ffffff; background-color: #1f1f24 }
|
|
/* PreWrapper */ .highlight-chroma { color: #ffffff; background-color: #1f1f24; }
|
|
/* Error */ .highlight-chroma .highlight-err { color: #960050 }
|
|
/* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
|
/* LineTable */ .highlight-chroma .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
|
|
/* LineHighlight */ .highlight-chroma .highlight-hl { background-color: #353539 }
|
|
/* LineNumbersTable */ .highlight-chroma .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
/* LineNumbers */ .highlight-chroma .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
/* Line */ .highlight-chroma .highlight-line { display: flex; }
|
|
/* Keyword */ .highlight-chroma .highlight-k { color: #fc5fa3 }
|
|
/* KeywordConstant */ .highlight-chroma .highlight-kc { color: #fc5fa3 }
|
|
/* KeywordDeclaration */ .highlight-chroma .highlight-kd { color: #fc5fa3 }
|
|
/* KeywordNamespace */ .highlight-chroma .highlight-kn { color: #fc5fa3 }
|
|
/* KeywordPseudo */ .highlight-chroma .highlight-kp { color: #fc5fa3 }
|
|
/* KeywordReserved */ .highlight-chroma .highlight-kr { color: #fc5fa3 }
|
|
/* KeywordType */ .highlight-chroma .highlight-kt { color: #fc5fa3 }
|
|
/* NameBuiltin */ .highlight-chroma .highlight-nb { color: #d0a8ff }
|
|
/* NameBuiltinPseudo */ .highlight-chroma .highlight-bp { color: #a167e6 }
|
|
/* NameClass */ .highlight-chroma .highlight-nc { color: #5dd8ff }
|
|
/* NameFunction */ .highlight-chroma .highlight-nf { color: #41a1c0 }
|
|
/* NameVariable */ .highlight-chroma .highlight-nv { color: #41a1c0 }
|
|
/* LiteralString */ .highlight-chroma .highlight-s { color: #fc6a5d }
|
|
/* LiteralStringAffix */ .highlight-chroma .highlight-sa { color: #fc6a5d }
|
|
/* LiteralStringBacktick */ .highlight-chroma .highlight-sb { color: #fc6a5d }
|
|
/* LiteralStringChar */ .highlight-chroma .highlight-sc { color: #fc6a5d }
|
|
/* LiteralStringDelimiter */ .highlight-chroma .highlight-dl { color: #fc6a5d }
|
|
/* LiteralStringDoc */ .highlight-chroma .highlight-sd { color: #fc6a5d }
|
|
/* LiteralStringDouble */ .highlight-chroma .highlight-s2 { color: #fc6a5d }
|
|
/* LiteralStringEscape */ .highlight-chroma .highlight-se { color: #fc6a5d }
|
|
/* LiteralStringHeredoc */ .highlight-chroma .highlight-sh { color: #fc6a5d }
|
|
/* LiteralStringOther */ .highlight-chroma .highlight-sx { color: #fc6a5d }
|
|
/* LiteralStringRegex */ .highlight-chroma .highlight-sr { color: #fc6a5d }
|
|
/* LiteralStringSingle */ .highlight-chroma .highlight-s1 { color: #fc6a5d }
|
|
/* LiteralStringSymbol */ .highlight-chroma .highlight-ss { color: #fc6a5d }
|
|
/* LiteralNumber */ .highlight-chroma .highlight-m { color: #d0bf69 }
|
|
/* LiteralNumberBin */ .highlight-chroma .highlight-mb { color: #d0bf69 }
|
|
/* LiteralNumberFloat */ .highlight-chroma .highlight-mf { color: #d0bf69 }
|
|
/* LiteralNumberHex */ .highlight-chroma .highlight-mh { color: #d0bf69 }
|
|
/* LiteralNumberInteger */ .highlight-chroma .highlight-mi { color: #d0bf69 }
|
|
/* LiteralNumberIntegerLong */ .highlight-chroma .highlight-il { color: #d0bf69 }
|
|
/* LiteralNumberOct */ .highlight-chroma .highlight-mo { color: #d0bf69 }
|
|
/* Comment */ .highlight-chroma .highlight-c { color: #6c7986 }
|
|
/* CommentHashbang */ .highlight-chroma .highlight-ch { color: #6c7986 }
|
|
/* CommentMultiline */ .highlight-chroma .highlight-cm { color: #6c7986 }
|
|
/* CommentSingle */ .highlight-chroma .highlight-c1 { color: #6c7986 }
|
|
/* CommentSpecial */ .highlight-chroma .highlight-cs { color: #6c7986; font-style: italic }
|
|
/* CommentPreproc */ .highlight-chroma .highlight-cp { color: #fd8f3f }
|
|
/* CommentPreprocFile */ .highlight-chroma .highlight-cpf { color: #fd8f3f }
|