thuli 1.1.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/
# The "EXCEPTION" in "Style Values Are Plain Strings" fully apply to Thuli styles,
# which is why it follows the specific flavor of "FarbenTOML-2026/04E" ruleset.

# Brand, errors, tips, commands, headers
[styles]
thuli::brand            = "[bold rgb(255,140,0)]"
thuli::error            = "[bold red]"
thuli::tip              = "[italic bright-cyan]"
thuli::header           = "[bold white]"
thuli::command          = "[bright-cyan]"
thuli::prompt           = "[bold magenta]"
thuli::frb              = "[rgb(100,200,255)]"

# Success messages, descriptions, tags, help links
thuli::description      = "[dim white]"
thuli::tag              = "[dim cyan]"
thuli::help_link        = "[italic yellow]"

# License and attribution text
thuli::credits.highlight = "[bright-yellow bold]"
thuli::credits          = "[rgb(255,200,100)]"
thuli::mit              = "[rgb(255,180,50)]"
thuli::apache           = "[rgb(100,150,255)]"

# Text styling (only prose that immediately follows a semantic badge)
thuli::text.error       = "[dim bright-red]"
thuli::text.tips        = "[dim bright-cyan]"
thuli::text.success     = "[dim bright-green]"

# Only 2 verified thuli::* styles can be modified of their prefixes at the moment
[prefixes]
thuli::error = "oops"
thuli::tip   = "note"