Spices Spices is a small declarative styling library for TUI applications. Getting Started let gray = Spices.color "#232323" let keyword = Spices.(default () |> bold true |> fg gray) let send_btn = Spices.render keyword "send"