yazi/yazi-config/preset
三咲雅 misaki masa 58f1013348
Some checks failed
Cachix / Publish Flake (push) Has been cancelled
Check / clippy (push) Has been cancelled
Check / rustfmt (push) Has been cancelled
Check / stylua (push) Has been cancelled
Draft / build-unix (gcc-aarch64-linux-gnu, ubuntu-latest, aarch64-unknown-linux-gnu) (push) Has been cancelled
Draft / build-unix (gcc-i686-linux-gnu, ubuntu-latest, i686-unknown-linux-gnu) (push) Has been cancelled
Draft / build-unix (gcc-riscv64-linux-gnu, ubuntu-latest, riscv64gc-unknown-linux-gnu) (push) Has been cancelled
Draft / build-unix (gcc-sparc64-linux-gnu, ubuntu-latest, sparc64-unknown-linux-gnu) (push) Has been cancelled
Draft / build-unix (macos-latest, aarch64-apple-darwin) (push) Has been cancelled
Draft / build-unix (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
Draft / build-unix (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
Draft / build-windows (windows-latest, aarch64-pc-windows-msvc) (push) Has been cancelled
Draft / build-windows (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
Draft / build-musl (aarch64-unknown-linux-musl) (push) Has been cancelled
Draft / build-musl (x86_64-unknown-linux-musl) (push) Has been cancelled
Draft / build-snap (amd64, ubuntu-latest) (push) Has been cancelled
Draft / build-snap (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Test / test (macos-latest) (push) Has been cancelled
Test / test (ubuntu-latest) (push) Has been cancelled
Test / test (windows-latest) (push) Has been cancelled
Draft / snap (push) Has been cancelled
Draft / draft (push) Has been cancelled
Draft / nightly (push) Has been cancelled
feat: trash bin (#4144)
2026-07-23 01:59:39 +08:00
..
keymap-default.toml feat: trash bin (#4144) 2026-07-23 01:59:39 +08:00
README.md feat: new base field for the Url userdata (#2492) 2025-03-18 17:06:20 +08:00
theme-dark.toml feat!: make help menu a command palette (#4074) 2026-06-22 23:57:29 +08:00
theme-light.toml feat!: make help menu a command palette (#4074) 2026-06-22 23:57:29 +08:00
vfs-default.toml feat: trash bin (#4144) 2026-07-23 01:59:39 +08:00
yazi-default.toml feat: trash bin (#4144) 2026-07-23 01:59:39 +08:00

Default Configuration

Important

If you're using a stable release of Yazi instead of the newest nightly build, make sure you're checking these files out from the shipped tag, not the newest main branch.

This directory contains the default configuration files for Yazi:

These files are already included with Yazi when you install the release, so you don't need to manually download or copy them to your Yazi configuration directory.

However, if you want to customize certain configurations:

  • Create a yazi.toml in your config directory to override certain settings in yazi-default.toml, so either:
    • ~/.config/yazi/yazi.toml on Unix-like systems
    • %AppData%\yazi\config\yazi.toml on Windows
  • Create a keymap.toml in your config directory to override certain settings in keymap-default.toml, so either:
    • ~/.config/yazi/keymap.toml on Unix-like systems
    • %AppData%\yazi\config\keymap.toml on Windows
  • Create a theme.toml in your config directory to override certain settings in theme-light.toml and theme-dark.toml, so either:
    • ~/.config/yazi/theme.toml on Unix-like systems
    • %AppData%\yazi\config\theme.toml on Windows

For the user's theme.toml file, you can only apply the same color scheme to both the light and dark themes.

If you want more granular control over colors, specify two different flavors for light and dark modes under the [flavor] section of your theme.toml, and override them in your respective flavor instead.

Learn more