MyNixOS website logo

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

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

Declarations
Type
TOML value
Default
{ }
Example
{
  filetype = {
    rules = [
      { fg = "#7AD9E5"; mime = "image/*"; }
      { fg = "#F3D398"; mime = "video/*"; }
      { fg = "#F3D398"; mime = "audio/*"; }
      { fg = "#CD9EFC"; mime = "application/x-bzip"; }
    ];
  };
}