/* Pretty printing styles. Used with prettify.js. */ /* Vim sunburst theme by David Leibovic */ pre .str, code .str { color: #65B042; } /* string - green */ pre .kwd, code .kwd { color: #E28964; } ......tag { color: #89bdff; } /* html/xml tag - light blue */ pre....atn { color: #bdb76b; } /* html/xml attribute name - khaki */...