programs.yazi.theme

Configuration written to $XDG_CONFIG_HOME/yazi/theme.toml.

See https://yazi-rs.github.io/docs/configuration/theme for the full list of options

Type
TOML value
Default
{ }
Example
{
  filetype = {
    rules = [
      { fg = "#7AD9E5"; mime = "image/*"; }
      { fg = "#F3D398"; mime = "video/*"; }
      { fg = "#F3D398"; mime = "audio/*"; }
      { fg = "#CD9EFC"; mime = "application/bzip"; }
    ];
  };
}
Declared
<home-manager/modules/programs/yazi.nix>