My wezterm configuration
brew tap wez/wezterm
brew install --cask wez/wezterm/wezterm-nightly
git clone git@github.com:abzcoding/wezterm.git ~/.config/wezterm
If you don't want multiple themes, just comment this part
-- Reload the configuration every ten minutes
wezterm.time.call_after(600, function()
wezterm.reload_configuration()
end)
and change this line
color_scheme = get_theme(),
to
color_scheme = "tokyonight_night",