Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
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" }