mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
29 lines
416 B
TOML
29 lines
416 B
TOML
[style.highlight]
|
|
foreground = "green"
|
|
underline = false
|
|
bold = false
|
|
|
|
[style.command_name]
|
|
bold = true
|
|
|
|
[style.description]
|
|
underline = false
|
|
bold = false
|
|
|
|
[style.example_text]
|
|
foreground = "black"
|
|
background = "blue"
|
|
underline = false
|
|
|
|
[style.example_variable]
|
|
underline = true
|
|
bold = false
|
|
italic = true
|
|
|
|
[display]
|
|
use_pager = false
|
|
compact = false
|
|
|
|
[updates]
|
|
auto_update = false
|
|
auto_update_interval_hours = 720
|