Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 363 Bytes

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"