
flavors (themes) matching the Visual Studio Code default colors. Matches well with vscode.nvim
Screenshots can be found in <theme>/img/*
-
Go to the repository of the flavor you want, like vscode-dark-modern.yazi
-
Run the following command to install the flavor as a yazi package:
# v25.5.28+
ya pkg add 956MB/vscode-dark-modern
# pre v25.5.28 (deprecated)
ya pack -a 956MB/vscode-dark-modern
- Update your
~/.config/yazi/theme.toml
config to use the new theme.
[flavor]
use = "vscode-dark-modern"
# For Yazi 0.4 and above:
dark = "vscode-dark-modern"
- Clone the repository:
git clone --recurse-submodules https://github.com/956MB/vscode.yazi.git
- Backup your current
theme.toml
:
cp ~/.config/yazi/theme.toml ~/.config/yazi/theme-backup.toml
- Copy your desired flavor to the yazi
flavors
directory (create it if it doesn't exist):
cp -r vscode.yazi/themes/vscode-dark-modern.yazi ~/.config/yazi/flavors/
- Update your
~/.config/yazi/theme.toml
config to use the new theme.
[flavor]
use = "vscode-dark-modern"
# For Yazi 0.4 and above:
dark = "vscode-dark-modern"
Feel free to open an issue or PR if you have any suggestions or notice any issues with the colors.
- sxyazi/yazi Terminal file manager
- yazi-rs/flavors Yazi flavors repository
- microsoft/vscode Visual Studio Code
- Mofiqul/vscode.nvim Neovim colorscheme author