74 lines
4.7 KiB
CSS
74 lines
4.7 KiB
CSS
/* from https://github.com/88250/lute/blob/master/chroma-styles/github.css */
|
|
/* Background */ .highlight-bg { background-color: #ffffff }
|
|
/* Error */ .highlight-err { color: #a61717; background-color: #e3d2d2 }
|
|
/* LineTableTD */ .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
|
/* LineTable */ .highlight-lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
|
|
/* LineHighlight */ .highlight-hl { background-color: #e5e5e5 }
|
|
/* LineNumbersTable */ .highlight-lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
/* LineNumbers */ .highlight-ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
/* Keyword */ .highlight-k { color: #000000; font-weight: bold }
|
|
/* KeywordConstant */ .highlight-kc { color: #000000; font-weight: bold }
|
|
/* KeywordDeclaration */ .highlight-kd { color: #000000; font-weight: bold }
|
|
/* KeywordNamespace */ .highlight-kn { color: #000000; font-weight: bold }
|
|
/* KeywordPseudo */ .highlight-kp { color: #000000; font-weight: bold }
|
|
/* KeywordReserved */ .highlight-kr { color: #000000; font-weight: bold }
|
|
/* KeywordType */ .highlight-kt { color: #445588; font-weight: bold }
|
|
/* NameAttribute */ .highlight-na { color: #008080 }
|
|
/* NameBuiltin */ .highlight-nb { color: #0086b3 }
|
|
/* NameBuiltinPseudo */ .highlight-bp { color: #999999 }
|
|
/* NameClass */ .highlight-nc { color: #445588; font-weight: bold }
|
|
/* NameConstant */ .highlight-no { color: #008080 }
|
|
/* NameDecorator */ .highlight-nd { color: #3c5d5d; font-weight: bold }
|
|
/* NameEntity */ .highlight-ni { color: #800080 }
|
|
/* NameException */ .highlight-ne { color: #990000; font-weight: bold }
|
|
/* NameFunction */ .highlight-nf { color: #990000; font-weight: bold }
|
|
/* NameLabel */ .highlight-nl { color: #990000; font-weight: bold }
|
|
/* NameNamespace */ .highlight-nn { color: #555555 }
|
|
/* NameTag */ .highlight-nt { color: #000080 }
|
|
/* NameVariable */ .highlight-nv { color: #008080 }
|
|
/* NameVariableClass */ .highlight-vc { color: #008080 }
|
|
/* NameVariableGlobal */ .highlight-vg { color: #008080 }
|
|
/* NameVariableInstance */ .highlight-vi { color: #008080 }
|
|
/* LiteralString */ .highlight-s { color: #dd1144 }
|
|
/* LiteralStringAffix */ .highlight-sa { color: #dd1144 }
|
|
/* LiteralStringBacktick */ .highlight-sb { color: #dd1144 }
|
|
/* LiteralStringChar */ .highlight-sc { color: #dd1144 }
|
|
/* LiteralStringDelimiter */ .highlight-dl { color: #dd1144 }
|
|
/* LiteralStringDoc */ .highlight-sd { color: #dd1144 }
|
|
/* LiteralStringDouble */ .highlight-s2 { color: #dd1144 }
|
|
/* LiteralStringEscape */ .highlight-se { color: #dd1144 }
|
|
/* LiteralStringHeredoc */ .highlight-sh { color: #dd1144 }
|
|
/* LiteralStringInterpol */ .highlight-si { color: #dd1144 }
|
|
/* LiteralStringOther */ .highlight-sx { color: #dd1144 }
|
|
/* LiteralStringRegex */ .highlight-sr { color: #009926 }
|
|
/* LiteralStringSingle */ .highlight-s1 { color: #dd1144 }
|
|
/* LiteralStringSymbol */ .highlight-ss { color: #990073 }
|
|
/* LiteralNumber */ .highlight-m { color: #009999 }
|
|
/* LiteralNumberBin */ .highlight-mb { color: #009999 }
|
|
/* LiteralNumberFloat */ .highlight-mf { color: #009999 }
|
|
/* LiteralNumberHex */ .highlight-mh { color: #009999 }
|
|
/* LiteralNumberInteger */ .highlight-mi { color: #009999 }
|
|
/* LiteralNumberIntegerLong */ .highlight-il { color: #009999 }
|
|
/* LiteralNumberOct */ .highlight-mo { color: #009999 }
|
|
/* Operator */ .highlight-o { color: #000000; font-weight: bold }
|
|
/* OperatorWord */ .highlight-ow { color: #000000; font-weight: bold }
|
|
/* Comment */ .highlight-c { color: #999988; font-style: italic }
|
|
/* CommentHashbang */ .highlight-ch { color: #999988; font-style: italic }
|
|
/* CommentMultiline */ .highlight-cm { color: #999988; font-style: italic }
|
|
/* CommentSingle */ .highlight-c1 { color: #999988; font-style: italic }
|
|
/* CommentSpecial */ .highlight-cs { color: #999999; font-weight: bold; font-style: italic }
|
|
/* CommentPreproc */ .highlight-cp { color: #999999; font-weight: bold; font-style: italic }
|
|
/* CommentPreprocFile */ .highlight-cpf { color: #999999; font-weight: bold; font-style: italic }
|
|
/* GenericDeleted */ .highlight-gd { color: #000000; background-color: #ffdddd }
|
|
/* GenericEmph */ .highlight-ge { color: #000000; font-style: italic }
|
|
/* GenericError */ .highlight-gr { color: #aa0000 }
|
|
/* GenericHeading */ .highlight-gh { color: #999999 }
|
|
/* GenericInserted */ .highlight-gi { color: #000000; background-color: #ddffdd }
|
|
/* GenericOutput */ .highlight-go { color: #888888 }
|
|
/* GenericPrompt */ .highlight-gp { color: #555555 }
|
|
/* GenericStrong */ .highlight-gs { font-weight: bold }
|
|
/* GenericSubheading */ .highlight-gu { color: #aaaaaa }
|
|
/* GenericTraceback */ .highlight-gt { color: #aa0000 }
|
|
/* GenericUnderline */ .highlight-gl { text-decoration: underline }
|
|
/* TextWhitespace */ .highlight-w { color: #bbbbbb }
|