You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
5.7 KiB

/* Background */ .bg { color: #d8dee9; background-color: #2e3440; !important }
/* PreWrapper */ .chroma { color: #d8dee9; background-color: #2e3440; !important }
/* Other */ .chroma .x { !important }
/* Error */ .chroma .err { color: #bf616a !important }
/* CodeLine */ .chroma .cl { !important }
/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important }
/* LineHighlight */ .chroma .hl { background-color: #424853 !important }
/* 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: #6c6f74 !important }
/* 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: #6c6f74 !important }
/* Line */ .chroma .line { display: flex; !important }
/* Keyword */ .chroma .k { color: #81a1c1; font-weight: bold !important }
/* KeywordConstant */ .chroma .kc { color: #81a1c1; font-weight: bold !important }
/* KeywordDeclaration */ .chroma .kd { color: #81a1c1; font-weight: bold !important }
/* KeywordNamespace */ .chroma .kn { color: #81a1c1; font-weight: bold !important }
/* KeywordPseudo */ .chroma .kp { color: #81a1c1 !important }
/* KeywordReserved */ .chroma .kr { color: #81a1c1; font-weight: bold !important }
/* KeywordType */ .chroma .kt { color: #81a1c1 !important }
/* Name */ .chroma .n { !important }
/* NameAttribute */ .chroma .na { color: #8fbcbb !important }
/* NameBuiltin */ .chroma .nb { color: #81a1c1 !important }
/* NameBuiltinPseudo */ .chroma .bp { !important }
/* NameClass */ .chroma .nc { color: #8fbcbb !important }
/* NameConstant */ .chroma .no { color: #8fbcbb !important }
/* NameDecorator */ .chroma .nd { color: #d08770 !important }
/* NameEntity */ .chroma .ni { color: #d08770 !important }
/* NameException */ .chroma .ne { color: #bf616a !important }
/* NameFunction */ .chroma .nf { color: #88c0d0 !important }
/* NameFunctionMagic */ .chroma .fm { !important }
/* NameLabel */ .chroma .nl { color: #8fbcbb !important }
/* NameNamespace */ .chroma .nn { color: #8fbcbb !important }
/* NameOther */ .chroma .nx { !important }
/* NameProperty */ .chroma .py { color: #8fbcbb !important }
/* NameTag */ .chroma .nt { color: #81a1c1 !important }
/* NameVariable */ .chroma .nv { !important }
/* NameVariableClass */ .chroma .vc { !important }
/* NameVariableGlobal */ .chroma .vg { !important }
/* NameVariableInstance */ .chroma .vi { !important }
/* NameVariableMagic */ .chroma .vm { !important }
/* Literal */ .chroma .l { !important }
/* LiteralDate */ .chroma .ld { !important }
/* LiteralString */ .chroma .s { color: #a3be8c !important }
/* LiteralStringAffix */ .chroma .sa { color: #a3be8c !important }
/* LiteralStringBacktick */ .chroma .sb { color: #a3be8c !important }
/* LiteralStringChar */ .chroma .sc { color: #a3be8c !important }
/* LiteralStringDelimiter */ .chroma .dl { color: #a3be8c !important }
/* LiteralStringDoc */ .chroma .sd { color: #616e87 !important }
/* LiteralStringDouble */ .chroma .s2 { color: #a3be8c !important }
/* LiteralStringEscape */ .chroma .se { color: #ebcb8b !important }
/* LiteralStringHeredoc */ .chroma .sh { color: #a3be8c !important }
/* LiteralStringInterpol */ .chroma .si { color: #a3be8c !important }
/* LiteralStringOther */ .chroma .sx { color: #a3be8c !important }
/* LiteralStringRegex */ .chroma .sr { color: #ebcb8b !important }
/* LiteralStringSingle */ .chroma .s1 { color: #a3be8c !important }
/* LiteralStringSymbol */ .chroma .ss { color: #a3be8c !important }
/* LiteralNumber */ .chroma .m { color: #b48ead !important }
/* LiteralNumberBin */ .chroma .mb { color: #b48ead !important }
/* LiteralNumberFloat */ .chroma .mf { color: #b48ead !important }
/* LiteralNumberHex */ .chroma .mh { color: #b48ead !important }
/* LiteralNumberInteger */ .chroma .mi { color: #b48ead !important }
/* LiteralNumberIntegerLong */ .chroma .il { color: #b48ead !important }
/* LiteralNumberOct */ .chroma .mo { color: #b48ead !important }
/* Operator */ .chroma .o { color: #81a1c1 !important }
/* OperatorWord */ .chroma .ow { color: #81a1c1; font-weight: bold !important }
/* Punctuation */ .chroma .p { color: #eceff4 !important }
/* Comment */ .chroma .c { color: #616e87; font-style: italic !important }
/* CommentHashbang */ .chroma .ch { color: #616e87; font-style: italic !important }
/* CommentMultiline */ .chroma .cm { color: #616e87; font-style: italic !important }
/* CommentSingle */ .chroma .c1 { color: #616e87; font-style: italic !important }
/* CommentSpecial */ .chroma .cs { color: #616e87; font-style: italic !important }
/* CommentPreproc */ .chroma .cp { color: #5e81ac; font-style: italic !important }
/* CommentPreprocFile */ .chroma .cpf { color: #5e81ac; font-style: italic !important }
/* Generic */ .chroma .g { !important }
/* GenericDeleted */ .chroma .gd { color: #bf616a !important }
/* GenericEmph */ .chroma .ge { font-style: italic !important }
/* GenericError */ .chroma .gr { color: #bf616a !important }
/* GenericHeading */ .chroma .gh { color: #88c0d0; font-weight: bold !important }
/* GenericInserted */ .chroma .gi { color: #a3be8c !important }
/* GenericOutput */ .chroma .go { !important }
/* GenericPrompt */ .chroma .gp { color: #4c566a; font-weight: bold !important }
/* GenericStrong */ .chroma .gs { font-weight: bold !important }
/* GenericSubheading */ .chroma .gu { color: #88c0d0; font-weight: bold !important }
/* GenericTraceback */ .chroma .gt { color: #bf616a !important }
/* GenericUnderline */ .chroma .gl { !important }
/* TextWhitespace */ .chroma .w { !important }