Liking cljdoc? Tell your friends :D

colorize.core

A set of functions to wrap strings in ansi-colors.

A set of functions to wrap strings in ansi-colors.
raw docstring

ansiclj

(ansi code)

Get the ansi code for a specific color

Get the ansi code for a specific color
sourceraw docstring

ansi-colorsclj

source

blackclj

(black & s__1033__auto__)
source

black-bgclj

(black-bg & s__1033__auto__)
source

blueclj

(blue & s__1033__auto__)
source

blue-bgclj

(blue-bg & s__1033__auto__)
source

boldclj

(bold & s__1033__auto__)
source

colorclj

(color code & s)

Wrap the given strings in the provided color. Color should be a keyword and can be any of the following:

[:reset :default :white :black :red :green :blue :yellow :magenta :cyan :black-bg :red-bg :green-bg :yellow-bg :blue-bg :magenta-bg :cyan-bg :white-bg :underline :italic :bold :strikethrough :inverse].

Each of these also has a function created for it: (cyan "woohoo")

Wrap the given strings in the provided color. Color should be
a keyword and can be any of the following:

[:reset :default :white :black :red :green :blue :yellow :magenta :cyan
 :black-bg :red-bg :green-bg :yellow-bg :blue-bg :magenta-bg :cyan-bg :white-bg
 :underline :italic :bold :strikethrough :inverse].

Each of these also has a function created for it: (cyan "woohoo")
sourceraw docstring

create-colorscljmacro

(create-colors)
source

cyanclj

(cyan & s__1033__auto__)
source

cyan-bgclj

(cyan-bg & s__1033__auto__)
source

defaultclj

(default & s__1033__auto__)
source

greenclj

(green & s__1033__auto__)
source

green-bgclj

(green-bg & s__1033__auto__)
source

inverseclj

(inverse & s__1033__auto__)
source

italicclj

(italic & s__1033__auto__)
source

magentaclj

(magenta & s__1033__auto__)
source

magenta-bgclj

(magenta-bg & s__1033__auto__)
source

redclj

(red & s__1033__auto__)
source

red-bgclj

(red-bg & s__1033__auto__)
source

resetclj

(reset & s__1033__auto__)
source

show-allclj

(show-all)
source

strikethroughclj

(strikethrough & s__1033__auto__)
source

underlineclj

(underline & s__1033__auto__)
source

whiteclj

(white & s__1033__auto__)
source

white-bgclj

(white-bg & s__1033__auto__)
source

yellowclj

(yellow & s__1033__auto__)
source

yellow-bgclj

(yellow-bg & s__1033__auto__)
source

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

× close