Coverage for pygments.styles.bw : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*- pygments.styles.bw ~~~~~~~~~~~~~~~~~~
Simple black/white only style.
:copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """
Operator, Generic
Comment: "italic", Comment.Preproc: "noitalic",
Keyword: "bold", Keyword.Pseudo: "nobold", Keyword.Type: "nobold",
Operator.Word: "bold",
Name.Class: "bold", Name.Namespace: "bold", Name.Exception: "bold", Name.Entity: "bold", Name.Tag: "bold",
String: "italic", String.Interpol: "bold", String.Escape: "bold",
Generic.Heading: "bold", Generic.Subheading: "bold", Generic.Emph: "italic", Generic.Strong: "bold", Generic.Prompt: "bold",
Error: "border:#FF0000" } |