Documentation

Colorized

Colorized library for adding color and style to text output. This library provides functionality to change the foreground and background colors, as well as to apply various text styles.

The Section type represents whether the color applies to the foreground or background.

Instances For

    The Color type represents different color options available for text.

    Instances For
      @[implicit_reducible]
      Equations
      • One or more equations did not get rendered due to their size.

      The Style type represents different text styles that can be applied.

      Instances For
        @[implicit_reducible]
        Equations
        • One or more equations did not get rendered due to their size.

        The Colorized class defines an interface for colorizing and styling text. It provides methods for applying color to the foreground or background, and for applying different text styles.

        Instances
          @[inline]

          Applies a style to a string.

          Equations
          Instances For