# 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 }