github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/static/css/chroma-neon.css (about) 1 /* this variant does not work well if we use fallback styles for IE11 so better 2 ignore this variant in IE completely */ 3 @supports not (-ms-high-contrast:none) { 4 5 /* based on rrt */ 6 /* Background */ .bg { color: #f8f8f2; background-color: #000000; } 7 /* PreWrapper */ .chroma { color: #f8f8f2; background-color: #000000; } 8 /* Other */ .chroma .x { } 9 /* Error */ .chroma .err { } 10 /* CodeLine */ .chroma .cl { } 11 /* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } 12 /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } 13 /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } 14 /* LineHighlight */ .chroma .hl { background-color: #363638 } 15 /* 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: #7c7c79 } 16 /* 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: #7c7c79 } 17 /* Line */ .chroma .line { display: flex; } 18 /* Keyword */ .chroma .k { color: #ff0000 } 19 /* KeywordConstant */ .chroma .kc { color: #ff0000 } 20 /* KeywordDeclaration */ .chroma .kd { color: #ff0000 } 21 /* KeywordNamespace */ .chroma .kn { color: #ff0000 } 22 /* KeywordPseudo */ .chroma .kp { color: #ff0000 } 23 /* KeywordReserved */ .chroma .kr { color: #ff0000 } 24 /* KeywordType */ .chroma .kt { color: #ee82ee } 25 /* Name */ .chroma .n { } 26 /* NameAttribute */ .chroma .na { } 27 /* NameBuiltin */ .chroma .nb { } 28 /* NameBuiltinPseudo */ .chroma .bp { } 29 /* NameClass */ .chroma .nc { } 30 /* NameConstant */ .chroma .no { color: #7fffd4 } 31 /* NameDecorator */ .chroma .nd { } 32 /* NameEntity */ .chroma .ni { } 33 /* NameException */ .chroma .ne { } 34 /* NameFunction */ .chroma .nf { color: #ffff00 } 35 /* NameFunctionMagic */ .chroma .fm { } 36 /* NameLabel */ .chroma .nl { } 37 /* NameNamespace */ .chroma .nn { } 38 /* NameOther */ .chroma .nx { } 39 /* NameProperty */ .chroma .py { } 40 /* NameTag */ .chroma .nt { } 41 /* NameVariable */ .chroma .nv { color: #eedd82 } 42 /* NameVariableClass */ .chroma .vc { } 43 /* NameVariableGlobal */ .chroma .vg { } 44 /* NameVariableInstance */ .chroma .vi { } 45 /* NameVariableMagic */ .chroma .vm { } 46 /* Literal */ .chroma .l { } 47 /* LiteralDate */ .chroma .ld { } 48 /* LiteralString */ .chroma .s { color: #87ceeb } 49 /* LiteralStringAffix */ .chroma .sa { color: #87ceeb } 50 /* LiteralStringBacktick */ .chroma .sb { color: #87ceeb } 51 /* LiteralStringChar */ .chroma .sc { color: #87ceeb } 52 /* LiteralStringDelimiter */ .chroma .dl { color: #87ceeb } 53 /* LiteralStringDoc */ .chroma .sd { color: #87ceeb } 54 /* LiteralStringDouble */ .chroma .s2 { color: #87ceeb } 55 /* LiteralStringEscape */ .chroma .se { color: #87ceeb } 56 /* LiteralStringHeredoc */ .chroma .sh { color: #87ceeb } 57 /* LiteralStringInterpol */ .chroma .si { color: #87ceeb } 58 /* LiteralStringOther */ .chroma .sx { color: #87ceeb } 59 /* LiteralStringRegex */ .chroma .sr { color: #87ceeb } 60 /* LiteralStringSingle */ .chroma .s1 { color: #87ceeb } 61 /* LiteralStringSymbol */ .chroma .ss { color: #ff6600 } 62 /* LiteralNumber */ .chroma .m { color: #ff6600 } 63 /* LiteralNumberBin */ .chroma .mb { color: #ff6600 } 64 /* LiteralNumberFloat */ .chroma .mf { color: #ff6600 } 65 /* LiteralNumberHex */ .chroma .mh { color: #ff6600 } 66 /* LiteralNumberInteger */ .chroma .mi { color: #ff6600 } 67 /* LiteralNumberIntegerLong */ .chroma .il { color: #ff6600 } 68 /* LiteralNumberOct */ .chroma .mo { color: #ff6600 } 69 /* Operator */ .chroma .o { } 70 /* OperatorWord */ .chroma .ow { } 71 /* Punctuation */ .chroma .p { } 72 /* Comment */ .chroma .c { color: #00ff00 } 73 /* CommentHashbang */ .chroma .ch { color: #00ff00 } 74 /* CommentMultiline */ .chroma .cm { color: #00ff00 } 75 /* CommentSingle */ .chroma .c1 { color: #00ff00 } 76 /* CommentSpecial */ .chroma .cs { color: #00ff00 } 77 /* CommentPreproc */ .chroma .cp { color: #e5e5e5 } 78 /* CommentPreprocFile */ .chroma .cpf { color: #e5e5e5 } 79 /* Generic */ .chroma .g { } 80 /* GenericDeleted */ .chroma .gd { } 81 /* GenericEmph */ .chroma .ge { } 82 /* GenericError */ .chroma .gr { } 83 /* GenericHeading */ .chroma .gh { } 84 /* GenericInserted */ .chroma .gi { } 85 /* GenericOutput */ .chroma .go { } 86 /* GenericPrompt */ .chroma .gp { } 87 /* GenericStrong */ .chroma .gs { } 88 /* GenericSubheading */ .chroma .gu { } 89 /* GenericTraceback */ .chroma .gt { } 90 /* GenericUnderline */ .chroma .gl { } 91 /* TextWhitespace */ .chroma .w { } 92 93 }