Liking cljdoc? Tell your friends :D

lazytest.color


ansi-color-strclj

(ansi-color-str & colors)

Return ANSI color codes for the given sequence of colors, which are keywords in color-table.

Return ANSI color codes for the given sequence of colors, which are
keywords in color-table.
sourceraw docstring

color-tableclj

ANSI color code table

ANSI color code table
sourceraw docstring

colorizeclj

(colorize s & colors)

Wrap string s in ANSI colors if colorize? is true.

Wrap string s in ANSI colors if colorize? is true.
sourceraw docstring

colorize?clj

(colorize?)

Colorize output, true if system property lazytest.colorize is true (default)

Colorize output, true if system property lazytest.colorize is
true (default)
sourceraw docstring

set-colorizeclj

(set-colorize bool)

Set the colorize? property to true or false.

Set the colorize? property to true or false.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close