Welcome to mirror list, hosted at ThFree Co, Russian Federation.

syntax.css « css « assets - github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 077e30f84daf825f874c8c581e6e28b8bf29ce18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* Background */ .chroma { color: #ffffff; }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
/* Keyword */ .chroma .k { color: #fb660a; font-weight: bold }
/* KeywordConstant */ .chroma .kc { color: #fb660a; font-weight: bold }
/* KeywordDeclaration */ .chroma .kd { color: #fb660a; font-weight: bold }
/* KeywordNamespace */ .chroma .kn { color: #fb660a; font-weight: bold }
/* KeywordPseudo */ .chroma .kp { color: #fb660a }
/* KeywordReserved */ .chroma .kr { color: #fb660a; font-weight: bold }
/* KeywordType */ .chroma .kt { color: #cdcaa9; font-weight: bold }
/* NameAttribute */ .chroma .na { color: #ff0086; font-weight: bold }
/* NameConstant */ .chroma .no { color: #0086d2 }
/* NameFunction */ .chroma .nf { color: #ff0086; font-weight: bold }
/* NameTag */ .chroma .nt { color: #fb660a; font-weight: bold }
/* NameVariable */ .chroma .nv { color: #fb660a }
/* LiteralString */ .chroma .s { color: #0086d2 }
/* LiteralStringAffix */ .chroma .sa { color: #0086d2 }
/* LiteralStringBacktick */ .chroma .sb { color: #0086d2 }
/* LiteralStringChar */ .chroma .sc { color: #0086d2 }
/* LiteralStringDelimiter */ .chroma .dl { color: #0086d2 }
/* LiteralStringDoc */ .chroma .sd { color: #0086d2 }
/* LiteralStringDouble */ .chroma .s2 { color: #0086d2 }
/* LiteralStringEscape */ .chroma .se { color: #0086d2 }
/* LiteralStringHeredoc */ .chroma .sh { color: #0086d2 }
/* LiteralStringInterpol */ .chroma .si { color: #0086d2 }
/* LiteralStringOther */ .chroma .sx { color: #0086d2 }
/* LiteralStringRegex */ .chroma .sr { color: #0086d2 }
/* LiteralStringSingle */ .chroma .s1 { color: #0086d2 }
/* LiteralStringSymbol */ .chroma .ss { color: #0086d2 }
/* LiteralNumber */ .chroma .m { color: #0086f7; font-weight: bold }
/* LiteralNumberBin */ .chroma .mb { color: #0086f7; font-weight: bold }
/* LiteralNumberFloat */ .chroma .mf { color: #0086f7; font-weight: bold }
/* LiteralNumberHex */ .chroma .mh { color: #0086f7; font-weight: bold }
/* LiteralNumberInteger */ .chroma .mi { color: #0086f7; font-weight: bold }
/* LiteralNumberIntegerLong */ .chroma .il { color: #0086f7; font-weight: bold }
/* LiteralNumberOct */ .chroma .mo { color: #0086f7; font-weight: bold }
/* Comment */ .chroma .c { color: #008800; font-style: italic }
/* CommentHashbang */ .chroma .ch { color: #008800; font-style: italic }
/* CommentMultiline */ .chroma .cm { color: #008800; font-style: italic }
/* CommentSingle */ .chroma .c1 { color: #008800; font-style: italic }
/* CommentSpecial */ .chroma .cs { color: #008800; font-style: italic }
/* CommentPreproc */ .chroma .cp { color: #ff0007; font-weight: bold; font-style: italic }
/* CommentPreprocFile */ .chroma .cpf { color: #ff0007; font-weight: bold; font-style: italic }
/* GenericHeading */ .chroma .gh { font-weight: bold }
/* GenericOutput */ .chroma .go { color: #444444; background-color: #222222 }
/* GenericSubheading */ .chroma .gu { font-weight: bold }
/* TextWhitespace */ .chroma .w { color: #888888 }