theniceboy/yazi/theme.toml
2025-06-25 19:47:06 -07:00

26 lines
576 B
TOML

# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
# vim:fileencoding=utf-8:foldmethod=marker
[flavor]
use = ""
[mgr]
# Tab
tab_width = 12
# Border
border_symbol = " "
border_style = { fg = "gray" }
# Highlighting
syntect_theme = ""
[status]
mode_normal = { bg = "blue", bold = true }
mode_select = { bg = "red", bold = true }
mode_unset = { bg = "yellow", bold = true }