123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 |
- /*
- * Style: monokai
- * https://xyproto.github.io/splash/docs/monokai.html
- */
- /* Background */
- .chroma {
- color: #f8f8f2;
- background-color: #272822
- }
- /* Other */
- .chroma .x {}
- /* Error */
- .chroma .err {
- color: #bb0064;
- }
- /* 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;
- color: #7f7f7f
- }
- /* LineNumbers */
- .chroma .ln {
- margin-right: 0.4em;
- padding: 0 0.4em 0 0.4em;
- color: #7f7f7f
- }
- /* Keyword */
- .chroma .k {
- color: #66d9ef
- }
- /* KeywordConstant */
- .chroma .kc {
- color: #66d9ef
- }
- /* KeywordDeclaration */
- .chroma .kd {
- color: #66d9ef
- }
- /* KeywordNamespace */
- .chroma .kn {
- color: #f92672
- }
- /* KeywordPseudo */
- .chroma .kp {
- color: #66d9ef
- }
- /* KeywordReserved */
- .chroma .kr {
- color: #66d9ef
- }
- /* KeywordType */
- .chroma .kt {
- color: #66d9ef
- }
- /* Name */
- .chroma .n {}
- /* NameAttribute */
- .chroma .na {
- color: #a6e22e
- }
- /* NameBuiltin */
- .chroma .nb {}
- /* NameBuiltinPseudo */
- .chroma .bp {}
- /* NameClass */
- .chroma .nc {
- color: #a6e22e
- }
- /* NameConstant */
- .chroma .no {
- color: #66d9ef
- }
- /* NameDecorator */
- .chroma .nd {
- color: #a6e22e
- }
- /* NameEntity */
- .chroma .ni {}
- /* NameException */
- .chroma .ne {
- color: #a6e22e
- }
- /* NameFunction */
- .chroma .nf {
- color: #a6e22e
- }
- /* NameFunctionMagic */
- .chroma .fm {}
- /* NameLabel */
- .chroma .nl {}
- /* NameNamespace */
- .chroma .nn {}
- /* NameOther */
- .chroma .nx {
- color: #a6e22e
- }
- /* NameProperty */
- .chroma .py {}
- /* NameTag */
- .chroma .nt {
- color: #f92672
- }
- /* NameVariable */
- .chroma .nv {}
- /* NameVariableClass */
- .chroma .vc {}
- /* NameVariableGlobal */
- .chroma .vg {}
- /* NameVariableInstance */
- .chroma .vi {}
- /* NameVariableMagic */
- .chroma .vm {}
- /* Literal */
- .chroma .l {
- color: #ae81ff
- }
- /* LiteralDate */
- .chroma .ld {
- color: #e6db74
- }
- /* LiteralString */
- .chroma .s {
- color: #e6db74
- }
- /* LiteralStringAffix */
- .chroma .sa {
- color: #e6db74
- }
- /* LiteralStringBacktick */
- .chroma .sb {
- color: #e6db74
- }
- /* LiteralStringChar */
- .chroma .sc {
- color: #e6db74
- }
- /* LiteralStringDelimiter */
- .chroma .dl {
- color: #e6db74
- }
- /* LiteralStringDoc */
- .chroma .sd {
- color: #e6db74
- }
- /* LiteralStringDouble */
- .chroma .s2 {
- color: #e6db74
- }
- /* LiteralStringEscape */
- .chroma .se {
- color: #ae81ff
- }
- /* LiteralStringHeredoc */
- .chroma .sh {
- color: #e6db74
- }
- /* LiteralStringInterpol */
- .chroma .si {
- color: #e6db74
- }
- /* LiteralStringOther */
- .chroma .sx {
- color: #e6db74
- }
- /* LiteralStringRegex */
- .chroma .sr {
- color: #e6db74
- }
- /* LiteralStringSingle */
- .chroma .s1 {
- color: #e6db74
- }
- /* LiteralStringSymbol */
- .chroma .ss {
- color: #e6db74
- }
- /* LiteralNumber */
- .chroma .m {
- color: #ae81ff
- }
- /* LiteralNumberBin */
- .chroma .mb {
- color: #ae81ff
- }
- /* LiteralNumberFloat */
- .chroma .mf {
- color: #ae81ff
- }
- /* LiteralNumberHex */
- .chroma .mh {
- color: #ae81ff
- }
- /* LiteralNumberInteger */
- .chroma .mi {
- color: #ae81ff
- }
- /* LiteralNumberIntegerLong */
- .chroma .il {
- color: #ae81ff
- }
- /* LiteralNumberOct */
- .chroma .mo {
- color: #ae81ff
- }
- /* Operator */
- .chroma .o {
- color: #f92672
- }
- /* OperatorWord */
- .chroma .ow {
- color: #f92672
- }
- /* Punctuation */
- .chroma .p {}
- /* Comment */
- .chroma .c {
- color: #75715e
- }
- /* CommentHashbang */
- .chroma .ch {
- color: #75715e
- }
- /* CommentMultiline */
- .chroma .cm {
- color: #75715e
- }
- /* CommentSingle */
- .chroma .c1 {
- color: #75715e
- }
- /* CommentSpecial */
- .chroma .cs {
- color: #75715e
- }
- /* CommentPreproc */
- .chroma .cp {
- color: #75715e
- }
- /* CommentPreprocFile */
- .chroma .cpf {
- color: #75715e
- }
- /* Generic */
- .chroma .g {}
- /* GenericDeleted */
- .chroma .gd {
- color: #f92672
- }
- /* GenericEmph */
- .chroma .ge {
- font-style: italic
- }
- /* GenericError */
- .chroma .gr {}
- /* GenericHeading */
- .chroma .gh {}
- /* GenericInserted */
- .chroma .gi {
- color: #a6e22e
- }
- /* GenericOutput */
- .chroma .go {}
- /* GenericPrompt */
- .chroma .gp {}
- /* GenericStrong */
- .chroma .gs {
- font-weight: bold
- }
- /* GenericSubheading */
- .chroma .gu {
- color: #75715e
- }
- /* GenericTraceback */
- .chroma .gt {}
- /* GenericUnderline */
- .chroma .gl {}
- /* TextWhitespace */
- .chroma .w {}
|