Packages

A Gleam library for styling string in the terminal with ANSI Escape Sequences

Current section

Files

Jump to
galant include galant_ColorBgRGB.hrl
Raw

include/galant_ColorBgRGB.hrl

-record(color_bg_rgb, {
text :: binary(),
red :: integer(),
green :: integer(),
blue :: integer()
}).