Packages

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

Current section

Files

Jump to
galant include galant_StartColorBgRGB.hrl
Raw

include/galant_StartColorBgRGB.hrl

-record(start_color_bg_rgb, {
red :: integer(),
green :: integer(),
blue :: integer()
}).