Skip to content

Biscuit-Theme/wezterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


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

About

πŸͺ Biscuit theme for Wezterm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published