Skip to main content
Module

std/fmt/colors.ts>dim

The Deno Standard Library
Go to Latest
function dim
import { dim } from "https://deno.land/std@0.223.0/fmt/colors.ts";

The text emits only a small amount of light.

Parameters

str: string

text to dim

Warning: Not all terminal emulators support dim. For compatibility across all terminals, use gray or brightBlack instead.

Returns

string