mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
26 lines
580 B
TOML
26 lines
580 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 = ""
|
|
|
|
|
|
[manager]
|
|
|
|
# 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 }
|