Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.98 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.98 KB


Biscuit for WezTerm

Biscuit palette

📥 Installation

  1. 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.

  2. 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/

📦 Activating

Once the necessary files in place, activating the Biscuit Theme is as simple as:

  1. 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

Thanks to all these amazing people for their work!

Biscuit palette