Skip to content

Instantly share code, notes, and snippets.

@sferik
Created August 30, 2012 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sferik/3528330 to your computer and use it in GitHub Desktop.
Save sferik/3528330 to your computer and use it in GitHub Desktop.
.highlight {
background: white;
}
/* Comment */
.highlight .c {
color: #988;
font-style: italic;
}
/* Error */
.highlight .err {
color: #a61717;
background-color: #e3d2d2;
}
/* Keyword */
.highlight .k {
color: black;
font-weight: bold;
}
/* Operator */
.highlight .o {
color: black;
font-weight: bold;
}
/* Comment.Multiline */
.highlight .cm {
color: #988;
font-style: italic;
}
/* Comment.Preproc */
.highlight .cp {
color: #999;
font-weight: bold;
}
/* Comment.Single */
.highlight .c1 {
color: #988;
font-style: italic;
}
/* Comment.Special */
.highlight .cs {
color: #999;
font-weight: bold;
font-style: italic;
}
/* Generic.Deleted */
.highlight .gd {
color: black;
background-color: #fdd;
}
/* Generic.Deleted.Specific */
.highlight .gd .x {
color: black;
background-color: #faa;
}
/* Generic.Emph */
.highlight .ge {
color: black;
font-style: italic;
}
/* Generic.Error */
.highlight .gr {
color: #a00;
}
/* Generic.Heading */
.highlight .gh {
color: #999;
}
/* Generic.Inserted */
.highlight .gi {
color: black;
background-color: #dfd;
}
/* Generic.Inserted.Specific */
.highlight .gi .x {
color: black;
background-color: #afa;
}
/* Generic.Output */
.highlight .go {
color: #888;
}
/* Generic.Prompt */
.highlight .gp {
color: #555;
}
/* Generic.Strong */
.highlight .gs {
font-weight: bold;
}
/* Generic.Subheading */
.highlight .gu {
color: #aaa;
}
/* Generic.Traceback */
.highlight .gt {
color: #a00;
}
/* Keyword.Constant */
.highlight .kc {
color: black;
font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kd {
color: black;
font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kp {
color: black;
font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kr {
color: black;
font-weight: bold;
}
/* Keyword.Type */
.highlight .kt {
color: #458;
font-weight: bold;
}
/* Literal.Number */
.highlight .m {
color: #099;
}
/* Literal.String */
.highlight .s {
color: #d14;
}
/* Name.Attribute */
.highlight .na {
color: #008080;
}
/* Name.Builtin */
.highlight .nb {
color: #0086B3;
}
/* Name.Class */
.highlight .nc {
color: #458;
font-weight: bold;
}
/* Name.Constant */
.highlight .no {
color: #008080;
}
/* Name.Entity */
.highlight .ni {
color: #800080;
}
/* Name.Exception */
.highlight .ne {
color: #900;
font-weight: bold;
}
/* Name.Function */
.highlight .nf {
color: #900;
font-weight: bold;
}
/* Name.Namespace */
.highlight .nn {
color: #555;
}
/* Name.Tag */
.highlight .nt {
color: #000080;
}
/* Name.Variable */
.highlight .nv {
color: #008080;
}
/* Operator.Word */
.highlight .ow {
color: black;
font-weight: bold;
}
/* Text.Whitespace */
.highlight .w {
color: #bbb;
}
/* Literal.Number.Float */
.highlight .mf {
color: #099;
}
/* Literal.Number.Hex */
.highlight .mh {
color: #099;
}
/* Literal.Number.Integer */
.highlight .mi {
color: #099;
}
/* Literal.Number.Oct */
.highlight .mo {
color: #099;
}
/* Literal.String.Backtick */
.highlight .sb {
color: #d14;
}
/* Literal.String.Char */
.highlight .sc {
color: #d14;
}
/* Literal.String.Doc */
.highlight .sd {
color: #d14;
}
/* Literal.String.Double */
.highlight .s2 {
color: #d14;
}
/* Literal.String.Escape */
.highlight .se {
color: #d14;
}
/* Literal.String.Heredoc */
.highlight .sh {
color: #d14;
}
/* Literal.String.Interpol */
.highlight .si {
color: #d14;
}
/* Literal.String.Other */
.highlight .sx {
color: #d14;
}
/* Literal.String.Regex */
.highlight .sr {
color: #009926;
}
/* Literal.String.Single */
.highlight .s1 {
color: #d14;
}
/* Literal.String.Symbol */
.highlight .ss {
color: #990073;
}
/* Name.Builtin.Pseudo */
.highlight .bp {
color: #999;
}
/* Name.Variable.Class */
.highlight .vc {
color: #008080;
}
/* Name.Variable.Global */
.highlight .vg {
color: #008080;
}
/* Name.Variable.Instance */
.highlight .vi {
color: #008080;
}
/* Literal.Number.Integer.Long */
.highlight .il {
color: #099;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment