thuli 1.0.0

A quiet little REPL for exploring Farben markup.
# You can customize Thuli's appearance. This is an example of a Thuli theme.
# Copy to ~/.config/thuli/theme.frb.toml and tweak.

# This file, and all other files with the `.frb.toml` extension in this project follows the FarbenTOML-2026/04 ruleset.
# Learn more at https://razkar-studio.github.io/farben/styles/rulez/

[styles]
thuli::brand   = "[bold rgb(255,140,80)]"
thuli::error   = "[bold red]"
thuli::tip     = "[italic cyan]"
thuli::header  = "[bold white]"
thuli::command = "[bright-cyan]"
thuli::prompt  = "[bold magenta]"
thuli::frb     = "[rgb(100,200,255)]"

[prefixes]
thuli::brand = "thuli"
thuli::frb   = "frb0.17"
thuli::error = "oops"