751 views
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/wezterm.git
Download using the GitHub .zip download option and unzip it.
dracula.toml
to WezTerm's custom scheme directory (only needed for releases before 20220903-194523-3bb1ed61)
wezterm.lua
file under WezTerm's directory with the following content:return {
color_scheme = "Dracula (Official)",
tab_bar_at_bottom = true,
use_fancy_tab_bar = false,
window_decorations = "RESIZE"
}
The location of WezTerm's custom scheme directory varies between platforms:
$HOME/.config/wezterm/colors
colors
that is in the same directory as the wezterm.exe
Use the dracula theme bundled with WezTerm (uses iTerm2 colors, and without tab bar stylings)
Edit your wezterm.lua
file under WezTerm's directory with the following content:
return {
color_scheme = "Dracula"
}
Get updates about this theme and more. 7,399 people enjoy it.
This theme wouldn't exist without these people. Wanna help too? Check the repository on GitHub.
Made with ♥ by Zeno Rocha
under MIT license