Packages

A terminal-UI kit for Gleam: styled text, boxes, semantic messages, icons, and aligned/grouped output (Erlang + JavaScript)

Current section

Files

Jump to
spruce include spruce@style_Style.hrl
Raw

include/spruce@style_Style.hrl

-record(style, {
fg :: gleam@option:option(spruce@style:color()),
bg :: gleam@option:option(spruce@style:color()),
bold :: boolean(),
dim :: boolean(),
italic :: boolean(),
underline :: boolean(),
strikethrough :: boolean(),
reverse :: boolean(),
faint :: boolean(),
inline :: boolean()
}).