Commit f77dc548 authored by Mark Otto's avatar Mark Otto
Browse files

update pygments highlighting with customizations from preboot

parent bb38fa52
Showing with 6 additions and 2 deletions
+6 -2
.hll { background-color: #ffffcc } .hll { background-color: #ffffcc }
{ background: #f0f3f3; } /*{ background: #f0f3f3; }*/
.c { color: #999; } /* Comment */ .c { color: #999; } /* Comment */
.err { color: #AA0000; background-color: #FFAAAA } /* Error */ .err { color: #AA0000; background-color: #FFAAAA } /* Error */
.k { color: #006699; } /* Keyword */ .k { color: #006699; } /* Keyword */
...@@ -59,4 +59,8 @@ ...@@ -59,4 +59,8 @@
.vc { color: #003333 } /* Name.Variable.Class */ .vc { color: #003333 } /* Name.Variable.Class */
.vg { color: #003333 } /* Name.Variable.Global */ .vg { color: #003333 } /* Name.Variable.Global */
.vi { color: #003333 } /* Name.Variable.Instance */ .vi { color: #003333 } /* Name.Variable.Instance */
.il { color: #FF6600 } /* Literal.Number.Integer.Long */ .il { color: #FF6600 } /* Literal.Number.Integer.Long */
\ No newline at end of file
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment