site/_sass/_highlighting.scss (61 lines of code) (raw):

/** * Syntax highlighting styles */ .highlight { .c { color: $grey; font-style: italic } // Comment .err { color: $red } // Error .k { font-weight: bold } // Keyword .o { font-weight: bold } // Operator .cm { color: $grey; font-style: italic } // Comment.Multiline .cp { color: $grey; font-weight: bold } // Comment.Preproc .c1 { color: $grey; font-style: italic } // Comment.Single .cs { color: $grey; font-weight: bold; font-style: italic } // Comment.Special .gd { color: $black } // Generic.Deleted .gd .x { color: $black } // Generic.Deleted.Specific .ge { font-style: italic } // Generic.Emph .gr { color: $red } // Generic.Error .gh { color: $grey } // Generic.Heading .gi { color: $black } // Generic.Inserted .gi .x { color: $black} // Generic.Inserted.Specific .go { color: $grey } // Generic.Output .gp { color: $grey } // Generic.Prompt .gs { font-weight: bold } // Generic.Strong .gu { color: $grey } // Generic.Subheading .gt { color: $red } // Generic.Traceback .kc { font-weight: bold } // Keyword.Constant .kd { font-weight: bold } // Keyword.Declaration .kp { font-weight: bold } // Keyword.Pseudo .kr { font-weight: bold } // Keyword.Reserved .kt { color: $teal; font-weight: bold } // Keyword.Type .m { color: $blue } // Literal.Number .s { color: $red } // Literal.String .na { color: $teal } // Name.Attribute .nb { color: $blue } // Name.Builtin .nc { color: $blue; font-weight: bold } // Name.Class .no { color: $teal } // Name.Constant .ni { color: $purple } // Name.Entity .ne { color: $red; font-weight: bold } // Name.Exception .nf { color: $red; font-weight: bold } // Name.Function .nn { color: $grey } // Name.Namespace .nt { color: $blue } // Name.Tag .nv { color: $teal } // Name.Variable .ow { font-weight: bold } // Operator.Word .w { color: $grey } // Text.Whitespace .mf { color: $green } // Literal.Number.Float .mh { color: $green } // Literal.Number.Hex .mi { color: $green } // Literal.Number.Integer .mo { color: $green } // Literal.Number.Oct .sb { color: $red } // Literal.String.Backtick .sc { color: $red } // Literal.String.Char .sd { color: $red } // Literal.String.Doc .s2 { color: $red } // Literal.String.Double .se { color: $red } // Literal.String.Escape .sh { color: $red } // Literal.String.Heredoc .si { color: $red } // Literal.String.Interpol .sx { color: $red } // Literal.String.Other .sr { color: $green } // Literal.String.Regex .s1 { color: $red } // Literal.String.Single .ss { color: $purple } // Literal.String.Symbol .bp { color: $grey } // Name.Builtin.Pseudo .vc { color: $teal } // Name.Variable.Class .vg { color: $teal } // Name.Variable.Global .vi { color: $teal } // Name.Variable.Instance .il { color: $green } // Literal.Number.Integer.Long }