include/spruce_Spruce.hrl
-record(spruce, {
color :: tty:color_level(),
background :: tty:background(),
depth :: integer()
}).
-record(spruce, {
color :: tty:color_level(),
background :: tty:background(),
depth :: integer()
}).