Skip to content

Commit 67fb708

Browse files
committed
Revert "explicit monokai theme css"
This reverts commit 1d46a1f.
1 parent 1d46a1f commit 67fb708

1 file changed

Lines changed: 1 addition & 67 deletions

File tree

assets/css/extended/custom.css

Lines changed: 1 addition & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -8,70 +8,4 @@ table th, table td
88
{
99
border: 1px solid !important;
1010
padding: 8px !important;
11-
}
12-
13-
/* Generated using: hugo gen chromastyles --style=monokai */
14-
15-
/* Background */ .bg { color:#f8f8f2;background-color:#272822; }
16-
/* PreWrapper */ .chroma { color:#f8f8f2;background-color:#272822; }
17-
/* Error */ .chroma .err { color:#960050;background-color:#1e0010 }
18-
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
19-
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
20-
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
21-
/* LineHighlight */ .chroma .hl { background-color:#3c3d38 }
22-
/* 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 }
23-
/* 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 }
24-
/* Line */ .chroma .line { display:flex; }
25-
/* Keyword */ .chroma .k { color:#66d9ef }
26-
/* KeywordConstant */ .chroma .kc { color:#66d9ef }
27-
/* KeywordDeclaration */ .chroma .kd { color:#66d9ef }
28-
/* KeywordNamespace */ .chroma .kn { color:#f92672 }
29-
/* KeywordPseudo */ .chroma .kp { color:#66d9ef }
30-
/* KeywordReserved */ .chroma .kr { color:#66d9ef }
31-
/* KeywordType */ .chroma .kt { color:#66d9ef }
32-
/* NameAttribute */ .chroma .na { color:#a6e22e }
33-
/* NameClass */ .chroma .nc { color:#a6e22e }
34-
/* NameConstant */ .chroma .no { color:#66d9ef }
35-
/* NameDecorator */ .chroma .nd { color:#a6e22e }
36-
/* NameException */ .chroma .ne { color:#a6e22e }
37-
/* NameOther */ .chroma .nx { color:#a6e22e }
38-
/* NameTag */ .chroma .nt { color:#f92672 }
39-
/* NameFunction */ .chroma .nf { color:#a6e22e }
40-
/* NameFunctionMagic */ .chroma .fm { color:#a6e22e }
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-
/* Comment */ .chroma .c { color:#75715e }
67-
/* CommentHashbang */ .chroma .ch { color:#75715e }
68-
/* CommentMultiline */ .chroma .cm { color:#75715e }
69-
/* CommentSingle */ .chroma .c1 { color:#75715e }
70-
/* CommentSpecial */ .chroma .cs { color:#75715e }
71-
/* CommentPreproc */ .chroma .cp { color:#75715e }
72-
/* CommentPreprocFile */ .chroma .cpf { color:#75715e }
73-
/* GenericDeleted */ .chroma .gd { color:#f92672 }
74-
/* GenericEmph */ .chroma .ge { font-style:italic }
75-
/* GenericInserted */ .chroma .gi { color:#a6e22e }
76-
/* GenericStrong */ .chroma .gs { font-weight:bold }
77-
/* GenericSubheading */ .chroma .gu { color:#75715e }
11+
}

0 commit comments

Comments
 (0)