yannstatic/_sass/skins/highlight/tomorrow/_highlight.scss
2024-10-31 20:18:37 +01:00

75 lines
4.0 KiB
SCSS

figure.highlight::before {
color: $highlight-comment !important;
background-color: $highlight-background !important;
}
pre.lineno {
color: $highlight-comment !important;
}
.highlight > pre {
color: $highlight-foreground;
background-color: $highlight-background !important;
.c { color: $highlight-comment; } /* Comment */
.err { color: $highlight-red; } /* Error */
.k { color: $highlight-purple; } /* Keyword */
.l { color: $highlight-orange; } /* Literal */
.n { color: $highlight-foreground; } /* Name */
.o { color: $highlight-aqua; } /* Operator */
.p { color: $highlight-foreground; } /* Punctuation */
.cm { color: $highlight-comment; } /* Comment.Multiline */
.cp { color: $highlight-comment; } /* Comment.Preproc */
.c1 { color: $highlight-comment; } /* Comment.Single */
.cs { color: $highlight-comment; } /* Comment.Special */
.gd { color: $highlight-red; } /* Generic.Deleted */
.ge { font-style: italic; } /* Generic.Emph */
.gh { font-weight: bold; color: $highlight-foreground; } /* Generic.Heading */
.gi { color: $highlight-green; } /* Generic.Inserted */
.gp { font-weight: bold; color: $highlight-comment; } /* Generic.Prompt */
.gs { font-weight: bold; } /* Generic.Strong */
.gu { font-weight: bold; color: $highlight-aqua; } /* Generic.Subheading */
.kc { color: $highlight-purple; } /* Keyword.Constant */
.kd { color: $highlight-purple; } /* Keyword.Declaration */
.kn { color: $highlight-aqua; } /* Keyword.Namespace */
.kp { color: $highlight-purple; } /* Keyword.Pseudo */
.kr { color: $highlight-purple; } /* Keyword.Reserved */
.kt { color: $highlight-yellow; } /* Keyword.Type */
.ld { color: $highlight-green; } /* Literal.Date */
.m { color: $highlight-orange; } /* Literal.Number */
.s { color: $highlight-green; } /* Literal.String */
.na { color: $highlight-blue; } /* Name.Attribute */
.nb { color: $highlight-foreground; } /* Name.Builtin */
.nc { color: $highlight-yellow; } /* Name.Class */
.no { color: $highlight-red; } /* Name.Constant */
.nd { color: $highlight-aqua; } /* Name.Decorator */
.ni { color: $highlight-foreground; } /* Name.Entity */
.ne { color: $highlight-red; } /* Name.Exception */
.nf { color: $highlight-blue; } /* Name.Function */
.nl { color: $highlight-foreground; } /* Name.Label */
.nn { color: $highlight-yellow; } /* Name.Namespace */
.nx { color: $highlight-blue; } /* Name.Other */
.py { color: $highlight-foreground; } /* Name.Property */
.nt { color: $highlight-aqua; } /* Name.Tag */
.nv { color: $highlight-red; } /* Name.Variable */
.ow { color: $highlight-aqua; } /* Operator.Word */
.w { color: $highlight-foreground; } /* Text.Whitespace */
.mf { color: $highlight-orange; } /* Literal.Number.Float */
.mh { color: $highlight-orange; } /* Literal.Number.Hex */
.mi { color: $highlight-orange; } /* Literal.Number.Integer */
.mo { color: $highlight-orange; } /* Literal.Number.Oct */
.sb { color: $highlight-green; } /* Literal.String.Backtick */
.sc { color: $highlight-foreground; } /* Literal.String.Char */
.sd { color: $highlight-comment; } /* Literal.String.Doc */
.s2 { color: $highlight-green; } /* Literal.String.Double */
.se { color: $highlight-orange; } /* Literal.String.Escape */
.sh { color: $highlight-green; } /* Literal.String.Heredoc */
.si { color: $highlight-orange; } /* Literal.String.Interpol */
.sx { color: $highlight-green; } /* Literal.String.Other */
.sr { color: $highlight-green; } /* Literal.String.Regex */
.s1 { color: $highlight-green; } /* Literal.String.Single */
.ss { color: $highlight-green; } /* Literal.String.Symbol */
.bp { color: $highlight-foreground; } /* Name.Builtin.Pseudo */
.vc { color: $highlight-red; } /* Name.Variable.Class */
.vg { color: $highlight-red; } /* Name.Variable.Global */
.vi { color: $highlight-red; } /* Name.Variable.Instance */
.il { color: $highlight-orange; } /* Literal.Number.Integer.Long */
}