1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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
[]
brand = "[bold rgb(255,140,0)]"
error = "[bold red]"
tip = "[italic bright-cyan]"
header = "[bold white]"
command = "[bright-cyan]"
prompt = "[bold magenta]"
frb = "[rgb(100,200,255)]"
# Success messages, descriptions, tags, help links
description = "[dim white]"
tag = "[dim cyan]"
help_link = "[italic yellow]"
# License and attribution text
credits.highlight = "[bright-yellow bold]"
credits = "[rgb(255,200,100)]"
mit = "[rgb(255,180,50)]"
apache = "[rgb(100,150,255)]"
# Text styling (only prose that immediately follows a semantic badge)
text.error = "[dim bright-red]"
text.tips = "[dim bright-cyan]"
text.success = "[dim bright-green]"
# Only 2 verified thuli::* styles can be modified of their prefixes at the moment
[]
error = "oops"
tip = "note"