Skip to content

Dim

Dim the string

Properties

Name Parent
dim Text

Format

Format
format text dim <string*>

Substitution
echo "$(set_color --dim)"<string*>"$(set_color --reset)"
Queue
set_color --dim; echo <string*>; set_color --reset