0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

update pygments highlighting with customizations from preboot

This commit is contained in:
Mark Otto 2013-03-16 12:07:00 -07:00
parent bb38fa5286
commit f77dc548a1

View File

@ -1,5 +1,5 @@
.hll { background-color: #ffffcc }
{ background: #f0f3f3; }
/*{ background: #f0f3f3; }*/
.c { color: #999; } /* Comment */
.err { color: #AA0000; background-color: #FFAAAA } /* Error */
.k { color: #006699; } /* Keyword */
@ -59,4 +59,8 @@
.vc { color: #003333 } /* Name.Variable.Class */
.vg { color: #003333 } /* Name.Variable.Global */
.vi { color: #003333 } /* Name.Variable.Instance */
.il { color: #FF6600 } /* Literal.Number.Integer.Long */
.il { color: #FF6600 } /* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }