-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css
1 lines (1 loc) · 10 KB
/
code-highlight.min.706d31975fec544a864cb7f0d847a73ea55ca1df91bf495fd12a177138d807cf.css
1
/* this file was generated by using the following command: hugo gen chromastyles --style=catppuccin-frappe > code-highlight.css in order to customize the colors of the code highlighter. */ /* Background */ .bg { color: #ef9f76; background-color: #222431; } /* prewrapper */ .chroma { color: #ef9f76; background-color: #222431; } /* other */ .chroma .x { } /* error */ .chroma .err { color: #e78284 } /* codeline */ .chroma .cl { } /* linelink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } /* linetabletd */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* linetable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } /* linehighlight */ .chroma .hl { background-color: #ffffcc } /* linenumberstable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #774f3b } /* linenumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #774f3b } /* line */ .chroma .line { display: flex; } /* keyword */ .chroma .k { color: #ca9ee6 } /* keywordconstant */ .chroma .kc { color: #ca9ee6; font-style: italic } /* keyworddeclaration */ .chroma .kd { color: #ca9ee6 } /* keywordnamespace */ .chroma .kn { color: #ca9ee6 } /* keywordpseudo */ .chroma .kp { color: #ca9ee6; font-weight: bold } /* keywordreserved */ .chroma .kr { color: #ca9ee6 } /* keywordtype */ .chroma .kt { color: #e5c890 } /* name */ .chroma .n { color: #babbf1 } /* nameattribute */ .chroma .na { color: #e5c890 } /* namebuiltin */ .chroma .nb { color: #c6d0f5; font-style: italic } /* namebuiltinpseudo */ .chroma .bp { color: #babbf1 } /* nameclass */ .chroma .nc { color: #e5c890 } /* nameconstant */ .chroma .no { color: #e5c890 } /* namedecorator */ .chroma .nd { color: #f4b8e4 } /* nameentity */ .chroma .ni { color: #f4b8e4 } /* nameexception */ .chroma .ne { color: #ea999c } /* namefunction */ .chroma .nf { color: #99d1db } /* namefunctionmagic */ .chroma .fm { color: #babbf1 } /* namelabel */ .chroma .nl { color: #e5c890 } /* namenamespace */ .chroma .nn { color: #e5c890 } /* nameother */ .chroma .nx { } /* nameproperty */ .chroma .py { color: #babbf1 } /* nametag */ .chroma .nt { color: #ca9ee6 } /* namevariable */ .chroma .nv { } /* namevariableclass */ .chroma .vc { color: #babbf1 } /* namevariableglobal */ .chroma .vg { color: #babbf1 } /* namevariableinstance */ .chroma .vi { color: #babbf1 } /* namevariablemagic */ .chroma .vm { color: #babbf1 } /* literal */ .chroma .l { } /* literaldate */ .chroma .ld { } /* literalstring */ .chroma .s { color: #a6d189 } /* literalstringaffix */ .chroma .sa { color: #a6d189 } /* literalstringbacktick */ .chroma .sb { color: #a6d189 } /* literalstringchar */ .chroma .sc { color: #a6d189 } /* literalstringdelimiter */ .chroma .dl { color: #a6d189 } /* literalstringdoc */ .chroma .sd { color: #a6d189 } /* literalstringdouble */ .chroma .s2 { color: #a6d189 } /* literalstringescape */ .chroma .se { color: #8caaee } /* literalstringheredoc */ .chroma .sh { color: #a6d189 } /* literalstringinterpol */ .chroma .si { color: #a6d189 } /* literalstringother */ .chroma .sx { color: #a6d189 } /* literalstringregex */ .chroma .sr { color: #8caaee } /* literalstringsingle */ .chroma .s1 { color: #a6d189 } /* literalstringsymbol */ .chroma .ss { color: #a6d189 } /* literalnumber */ .chroma .m { } /* literalnumberbin */ .chroma .mb { } /* literalnumberfloat */ .chroma .mf { } /* literalnumberhex */ .chroma .mh { } /* literalnumberinteger */ .chroma .mi { } /* literalnumberintegerlong */ .chroma .il { } /* literalnumberoct */ .chroma .mo { } /* operator */ .chroma .o { color: #99d1db } /* operatorword */ .chroma .ow { color: #99d1db; font-weight: bold } /* punctuation */ .chroma .p { color: #c6d0f5 } /* comment */ .chroma .c { color: #626880; font-style: italic } /* commenthashbang */ .chroma .ch { color: #626880; font-style: italic } /* commentmultiline */ .chroma .cm { color: #626880; font-style: italic } /* commentsingle */ .chroma .c1 { color: #626880; font-style: italic } /* commentspecial */ .chroma .cs { color: #626880; font-style: italic } /* commentpreproc */ .chroma .cp { color: #8caaee; font-style: italic } /* commentpreprocfile */ .chroma .cpf { color: #8caaee; font-style: italic } /* generic */ .chroma .g { } /* genericdeleted */ .chroma .gd { color: #ea999c } /* genericemph */ .chroma .ge { font-style: italic } /* genericerror */ .chroma .gr { color: #ea999c } /* genericheading */ .chroma .gh { color: #99d1db; font-weight: bold } /* genericinserted */ .chroma .gi { color: #a6d189 } /* genericoutput */ .chroma .go { } /* genericprompt */ .chroma .gp { color: #737994; font-weight: bold } /* genericstrong */ .chroma .gs { font-weight: bold } /* genericsubheading */ .chroma .gu { color: #99d1db; font-weight: bold } /* generictraceback */ .chroma .gt { color: #ea999c } /* genericunderline */ .chroma .gl { } /* textwhitespace */ .chroma .w { color: #414559 }