@chromakit/core
    Preparing search index...

    Function dim

    • Apply dim/faint (SGR 2) to text.

      Parameters

      • text: string

      Returns string

      The input wrapped with \u001b[2m\u001b[22m.

      Some terminals simulate “dim” by altering color rather than font weight. Disable with SGR 22 or reset 0.

      dim("secondary info");