176 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.lua
to WezTerm's directorywezterm.lua
file under WezTerm's directory with the following content:local dracula = require 'dracula';
return {
colors = dracula,
tab_bar_at_bottom = true,
use_fancy_tab_bar = false
}
The location of WezTerm's directory varies between platforms:
$HOME/.config/wezterm/
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. 5,898 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