| .. | ||
| keymap-default.toml | ||
| README.md | ||
| theme-dark.toml | ||
| theme-light.toml | ||
| yazi-default.toml | ||
Default Configuration
Important
If you're using a stable release of Yazi instead of the latest nightly build, make sure you're checking these files from the shipped tag, not the latest main branch.
This directory contains the default configuration files for Yazi:
yazi-default.toml: General configurationkeymap-default.toml: Keybindings configurationtheme-dark.toml: Dark color scheme (loaded when your terminal is in dark mode)theme-light.toml: Light color scheme (loaded when your terminal is in light mode)
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.tomlin your config directory to override the settings inyazi-default.toml, so either:~/.config/yazi/yazi.tomlon Unix-like systemsC:\Users\USERNAME\AppData\Roaming\yazi\config\yazi.tomlon Windows
- Create a
keymap.tomlin your config directory to override the settings inkeymap-default.toml, so either:~/.config/yazi/keymap.tomlon Unix-like systemsC:\Users\USERNAME\AppData\Roaming\yazi\config\keymap.tomlon Windows
- Create a
theme.tomlin your config directory to override the settings intheme-light.tomlandtheme-dark.toml, so either:~/.config/yazi/theme.tomlon Unix-like systemsC:\Users\USERNAME\AppData\Roaming\yazi\config\theme.tomlon 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.