Biscuit for WezTerm
-
If you have Git installed on your system, you can simply use the
git clone
command to install this theme:git clone https://github.com/biscuit-colorscheme/wezterm
Otherwise, on the off chance that you are not familar with Git, you may download the .ZIP File, and unzip it.
-
Move the
./colors/
directory to the WezTerm config directory:mkdir -p $HOME/.config/wezterm/ # Assuming it doesn't already exist mv ./colors/ $HOME/.config/wezterm/
Once the necessary files in place, activating the Biscuit Theme is as simple as:
- Modify the wezterm.lua file (
$HOME/.config/wezterm/wezterm.lua
)
return {
color_scheme = "biscuit-dark", -- or biscuit-light (sourced from ./colors/)
-- Optional settings
tab_bar_at_bottom = true,
use_fancy_tab_bar = false,
window_decorations = "RESIZE"
}
Thanks to all these amazing people for their work!