Skip to content

Commit

Permalink
Remove background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc committed May 10, 2012
1 parent 1001c9c commit dbed608
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions stylesheets/pygments.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.highlight .hll { background-color: white }
.highlight .hll { background-color: transparent }
.highlight .c { color: #808080 } /* Comment */
.highlight .err { color: #F00000; background-color: #F0A0A0 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
Expand All @@ -24,7 +24,7 @@
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #303090; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #6000E0; font-weight: bold } /* Literal.Number */
.highlight .s { background-color: white } /* Literal.String */
.highlight .s { background-color: transparent } /* Literal.String */
.highlight .na { color: #0000C0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #B00060; font-weight: bold } /* Name.Class */
Expand All @@ -43,16 +43,16 @@
.highlight .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
.highlight .sb { background-color: white } /* Literal.String.Backtick */
.highlight .sb { background-color: transparent } /* Literal.String.Backtick */
.highlight .sc { color: #0040D0 } /* Literal.String.Char */
.highlight .sd { color: #D04020 } /* Literal.String.Doc */
.highlight .s2 { background-color: white } /* Literal.String.Double */
.highlight .se { color: #606060; font-weight: bold; background-color: white } /* Literal.String.Escape */
.highlight .sh { background-color: white } /* Literal.String.Heredoc */
.highlight .si { background-color: white } /* Literal.String.Interpol */
.highlight .sx { color: #D02000; background-color: white } /* Literal.String.Other */
.highlight .sr { color: #000000; background-color: white } /* Literal.String.Regex */
.highlight .s1 { background-color: white } /* Literal.String.Single */
.highlight .s2 { background-color: transparent } /* Literal.String.Double */
.highlight .se { color: #606060; font-weight: bold; background-color: transparent } /* Literal.String.Escape */
.highlight .sh { background-color: transparent } /* Literal.String.Heredoc */
.highlight .si { background-color: transparent } /* Literal.String.Interpol */
.highlight .sx { color: #D02000; background-color: transparent } /* Literal.String.Other */
.highlight .sr { color: #000000; background-color: transparent } /* Literal.String.Regex */
.highlight .s1 { background-color: transparent } /* Literal.String.Single */
.highlight .ss { color: #A06000 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #306090 } /* Name.Variable.Class */
Expand Down

0 comments on commit dbed608

Please sign in to comment.