Skip to content

Yazi flavors inspired by the default themes (dark/light) in Visual Studio Code, and Mofiqul/vscode.nvim

License

Notifications You must be signed in to change notification settings

956MB/vscode.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yazi logo

vscode.yazi

flavors (themes) matching the Visual Studio Code default colors. Matches well with vscode.nvim

Preview

vscode-dark-modern

Screenshots can be found in <theme>/img/*

Installation

Yazi CLI

  1. Go to the repository of the flavor you want, like vscode-dark-modern.yazi

  2. 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
  1. 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"

Manual

  1. Clone the repository:
git clone --recurse-submodules https://github.com/956MB/vscode.yazi.git
  1. Backup your current theme.toml:
cp ~/.config/yazi/theme.toml ~/.config/yazi/theme-backup.toml
  1. 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/
  1. 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"

Contributing

Feel free to open an issue or PR if you have any suggestions or notice any issues with the colors.

Shoutout

License

MIT LICENSE

About

Yazi flavors inspired by the default themes (dark/light) in Visual Studio Code, and Mofiqul/vscode.nvim

Topics

Resources

License

Stars

Watchers

Forks