Skip to main content
Module

x/fresh/src/dev/deps.ts>colors.dim

The next-gen web framework.
Extremely Popular
Latest
function colors.dim
import { colors } from "https://deno.land/x/fresh@1.7.1/src/dev/deps.ts";
const { dim } = colors;

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