VSCode inspired theme for WezTerm
A dark theme for Wezterm.
Create the $HOME/.config/wezterm/colors folder if it does not already exist
mkdir -p $HOME/.config/wezterm/colorsdownload the theme file into that folder
curl https://raw.githubusercontent.com/igorkulman/wezterm-vscode-theme/refs/heads/main/vscode.toml --output $HOME/.config/wezterm/colors/vscode.tomlactivate the theme in your .wezterm.lua configuration file
config.color_scheme = 'vscode'My recommended visual settings for using WezTerm on macOS are also
config.default_cursor_style = 'SteadyBar'
config.window_decorations = "INTEGRATED_BUTTONS|RESIZE"